COLOR #CC9881

HEX: #CC9881
RGB: (204,152,129)

Color info

#CC9881 contains mainly red and green colors. Web safe color of #CC9881 is #CC9999 (or #C99).

RGB color model

#CC9881 color RGB value is (204,152,129).

  • red value is 204;
  • green value is 152;
  • blue value is 129.
RGB:
(204,152,129)
(80%,60%,51%)

RGB channels and saturation

R 204 of 255 = 80%
G 152 of 255 = 60%
B 129 of 255 = 51%

204
152
129

R + G + B ~ 64%. #CC9881 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 152 + 129 = 485 (100%)
R 204 of 485 ~ 42.06%
G 152 of 485 ~ 31.34%
B 129 of 485 ~ 26.6%

%42.06
%31.34
%26.6

CMYK color model

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

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

CMYK percentages

%0
%25.49
%36.76
%20

Codes

Color #CC9881 in popluar color models

CC9881
RGB204152129
HSL18°42.37%65.29%
HSB/HSV18°36.76%80.00%
CMYK0.00%25.49%36.76%
20.00%

Color #CC9881 in popluar number systems.

HEXCC9881
Decimal204152129
Binary110011001001100010000001
Octal314230201

Shades and tints

Shades of #CC9881

#CC9881
(204,152,129)
#BA8B76
(186,139,118)
#A87E6B
(168,126,107)
#967160
(150,113,96)
#846455
(132,100,85)
#72574A
(114,87,74)
#604A3F
(96,74,63)
#4E3D34
(78,61,52)
#3C3029
(60,48,41)
#2A231E
(42,35,30)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #CC9881

#CC9881
(204,152,129)
#D0A18C
(208,161,140)
#D4AA97
(212,170,151)
#D8B3A2
(216,179,162)
#DCBCAD
(220,188,173)
#E0C5B8
(224,197,184)
#E4CEC3
(228,206,195)
#E8D7CE
(232,215,206)
#ECE0D9
(236,224,217)
#F0E9E4
(240,233,228)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC9881 color. Also use rgb(204,152,129) instead hex code.

Text Font Color

.myTextColor { color: #CC9881; }

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

This text font color is #CC9881.


Background Color

.myBgColor { background-color: #CC9881; }

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

This div background color is #CC9881.


Border color

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

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

This div border color is #CC9881.


Opacity

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

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

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

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

This text has shadow with #CC9881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9881 on black background.


Color preview on white background

This text has color #CC9881 on white background.



Black color preview on #CC9881 background

This text has black color on #CC9881 background.


White color preview on #CC9881 background

This text has white color on #CC9881 background.