COLOR #CC807A

HEX: #CC807A RGB: (204,128,122)

Color info

#CC807A contains mainly red color. Web safe color of #CC807A is #CC6666 (or #C66).

RGB color model

#CC807A color RGB value is (204,128,122).

RGB: (204,128,122) (80%, 50%, 48%)

RGB channels and saturation

R 204 of 255 = 80%
G 128 of 255 = 50%
B 122 of 255 = 48%

204
128
122

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

Portions of RGB colors in percentages

R + G + B = 204 + 128 + 122 = 454 (100%)
R 204 of 454 ~ 44.93%
G 128 of 454 ~ 28.19%
B 122 of 454 ~ 26.87'%

%44.93
%28.19
%26.87

CMYK color model

#CC807A color CMYK value is (0,37,40,20).

  • cyan value is 0.00%
  • magenta value is 37.25%
  • yellow value is 40.20%
  • key color value is 20.00%
CMYK: (0,37,40,20) C0M37Y40K20 (0%,37%,40%,20%) (0.00/0.37/0.40/0.20) 

CMYK percentages

%0
%37.25
%40.2
%20

Codes

Color #CC807A in popluar color models

CC 80 7A
RGB 204 128 122
HSL 44.57% 63.92%
HSB/HSV 40.20% 80.00%
CMYK 0.00% 37.25% 40.20%
20.00%

Color #CC807A in popluar number systems.

HEX CC 80 7A
Decimal 204 128 122
Binary 11001100 10000000 1111010
Octal 314 200 172

Shades and tints

Shades of #CC807A

#CC807A
(204,128,122)
#BA756F
(186,117,111)
#A86A64
(168,106,100)
#965F59
(150,95,89)
#84544E
(132,84,78)
#724943
(114,73,67)
#603E38
(96,62,56)
#4E332D
(78,51,45)
#3C2822
(60,40,34)
#2A1D17
(42,29,23)
#18120C
(24,18,12)
#000000
(0,0,0)

Tints of #CC807A

#CC807A
(204,128,122)
#D08B86
(208,139,134)
#D49692
(212,150,146)
#D8A19E
(216,161,158)
#DCACAA
(220,172,170)
#E0B7B6
(224,183,182)
#E4C2C2
(228,194,194)
#E8CDCE
(232,205,206)
#ECD8DA
(236,216,218)
#F0E3E6
(240,227,230)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC807A; }

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

This text font color is #CC807A.

Background Color

.myBgColor { background-color: #CC807A; }

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

This div background color is #CC807A.

Border color

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

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

This div border color is #CC807A.

Opacity

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

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

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

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

This text has shadow with #CC807A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC807A.

Preview

Color preview on black background

This text has color #CC807A on black background.


Color preview on white background

This text has color #CC807A on white background.


Black color preview on #CC807A background

This text has black color on #CC807A background.


White color preview on #CC807A background

This text has white color on #CC807A background.


Related colors

Complementary color

Complementary color for #hex is #337F85.


I love getcolorcode.com

Triadic colors

1 #7ACC80 and #807ACC with #CC807A are triadic colors.

2 #7A80CC and #80CC7A with #CC807A are triadic colors.