COLOR #CC809A

HEX: #CC809A
RGB: (204,128,154)

Color info

#CC809A contains mainly red and blue colors. Web safe color of #CC809A is #CC6699 (or #C69).

RGB color model

#CC809A color RGB value is (204,128,154).

  • red value is 204;
  • green value is 128;
  • blue value is 154.
RGB:
(204,128,154)
(80%,50%,60%)

RGB channels and saturation

R 204 of 255 = 80%
G 128 of 255 = 50%
B 154 of 255 = 60%

204
128
154

R + G + B ~ 63%. #CC809A is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 128 + 154 = 486 (100%)
R 204 of 486 ~ 41.98%
G 128 of 486 ~ 26.34%
B 154 of 486 ~ 31.69%

%41.98
%26.34
%31.69

CMYK color model

#CC809A color CMYK value is (0,37,25,20).

  • cyan value is 0.00%
  • magenta value is 37.25%
  • yellow value is 24.51%
  • key color value is 20.00%
CMYK:
(0,37,25,20)
C0M37Y25K20 
(0%,37%,25%,20%)
(0.00/0.37/0.25/0.20)	

CMYK percentages

%0
%37.25
%24.51
%20

Codes

Color #CC809A in popluar color models

CC809A
RGB204128154
HSL339°42.70%65.10%
HSB/HSV339°37.25%80.00%
CMYK0.00%37.25%24.51%
20.00%

Color #CC809A in popluar number systems.

HEXCC809A
Decimal204128154
Binary110011001000000010011010
Octal314200232

Shades and tints

Shades of #CC809A

#CC809A
(204,128,154)
#BA758C
(186,117,140)
#A86A7E
(168,106,126)
#965F70
(150,95,112)
#845462
(132,84,98)
#724954
(114,73,84)
#603E46
(96,62,70)
#4E3338
(78,51,56)
#3C282A
(60,40,42)
#2A1D1C
(42,29,28)
#18120E
(24,18,14)
#000000
(0,0,0)

Tints of #CC809A

#CC809A
(204,128,154)
#D08BA3
(208,139,163)
#D496AC
(212,150,172)
#D8A1B5
(216,161,181)
#DCACBE
(220,172,190)
#E0B7C7
(224,183,199)
#E4C2D0
(228,194,208)
#E8CDD9
(232,205,217)
#ECD8E2
(236,216,226)
#F0E3EB
(240,227,235)
#F4EEF4
(244,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC809A color. Also use rgb(204,128,154) instead hex code.

Text Font Color

.myTextColor { color: #CC809A; }

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

This text font color is #CC809A.


Background Color

.myBgColor { background-color: #CC809A; }

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

This div background color is #CC809A.


Border color

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

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

This div border color is #CC809A.


Opacity

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

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

Text with #CC809A 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 #CC809A;}

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

This text has shadow with #CC809A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC809A on black background.


Color preview on white background

This text has color #CC809A on white background.



Black color preview on #CC809A background

This text has black color on #CC809A background.


White color preview on #CC809A background

This text has white color on #CC809A background.