COLOR #CC6587

HEX: #CC6587
RGB: (204,101,135)

Renk bilgisi

#CC6587 contains mainly red color. #CC6587 ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#CC6587 color RGB value is (204,101,135).

  • kırmız ton 204;
  • yeşil ton 101;
  • mavi ton 135.
RGB:
(204,101,135)
(80%,40%,53%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 101 of 255 = 40%
B 135 of 255 = 53%

204
101
135

R + G + B ~ 58%. #CC6587 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 101 + 135 = 440 (100%)
R 204 of 440 ~ 46.36%
G 101 of 440 ~ 22.95%
B 135 of 440 ~ 30.68%

%46.36
%22.95
%30.68

CMYK RENK MODELİ

#CC6587 rengi CMYK tonu (0,50,34,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.49%
  • sarı tonu 33.82%
  • ana renk tonu 20.00%
CMYK:
(0,50,34,20)
C0M50Y34K20 
(0%,50%,34%,20%)
(0.00/0.50/0.34/0.20)	

CMYK yüzdeleri

%0
%50.49
%33.82
%20

Codes

Color #CC6587 in popluar color models

CC6587
RGB204101135
HSL340°50.24%59.80%
HSB/HSV340°50.49%80.00%
CMYK0.00%50.49%33.82%
20.00%

Color #CC6587 in popluar number systems.

HEXCC6587
Decimal204101135
Binary11001100110010110000111
Octal314145207

Shades and tints

Shades of #CC6587

#CC6587
(204,101,135)
#BA5C7B
(186,92,123)
#A8536F
(168,83,111)
#964A63
(150,74,99)
#844157
(132,65,87)
#72384B
(114,56,75)
#602F3F
(96,47,63)
#4E2633
(78,38,51)
#3C1D27
(60,29,39)
#2A141B
(42,20,27)
#180B0F
(24,11,15)
#000000
(0,0,0)

Tints of #CC6587

#CC6587
(204,101,135)
#D07391
(208,115,145)
#D4819B
(212,129,155)
#D88FA5
(216,143,165)
#DC9DAF
(220,157,175)
#E0ABB9
(224,171,185)
#E4B9C3
(228,185,195)
#E8C7CD
(232,199,205)
#ECD5D7
(236,213,215)
#F0E3E1
(240,227,225)
#F4F1EB
(244,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC6587 color. Also use rgb(204,101,135) instead hex code.

Text Font Color

.myTextColor { color: #CC6587; }

<p style="color:#CC6587">This sample text font color is #CC6587.</p>

This text font color is #CC6587.


Background Color

.myBgColor { background-color: #CC6587; }

<div style="background-color:#CC6587">Inner text</div>

This div background color is #CC6587.


Border color

.myBorderColor { border: 1px solid #CC6587; }

<div style="border:3px solid #CC6587">Div</div>

This div border color is #CC6587.


Opacity

.myOpacity80 { color: #CC6587; opacity: 0.8; }

<p style="color:#CC6587;opacity:0.8;">80%</p>

Text with #CC6587 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CC6587;}

<p style="text-shadow: 3px 3px 1px #CC6587">Text here.</p>

This text has shadow with #CC6587 color.

.textShadow {text-shadow: 3px 3px 1px #CC6587, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CC6587, 5px 5px 20px red">Text here.</p>

This text has shadow with #CC6587 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC6587, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CC6587, Direction=45, Strength=4)">Text</p>

This text has shadow with #CC6587 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CC6587;
  -webkit-box-shadow:	1px 1px 3px 2px #CC6587;
  box-shadow:		1px 1px 3px 2px #CC6587;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CC6587;
-webkit-box-shadow: 1px 1px 3px 2px #CC6587;
box-shadow:1px 1px 3px 2px #CC6587;">
Div content here</div>
This div box has shadow with color #CC6587.

Preview

Color preview on black background

This text has color #CC6587 on black background.


Color preview on white background

This text has color #CC6587 on white background.



Black color preview on #CC6587 background

This text has black color on #CC6587 background.


White color preview on #CC6587 background

This text has white color on #CC6587 background.