COLOR #CC9977

HEX: #CC9977
RGB: (204,153,119)

Color info

#CC9977 contains mainly red and green colors. Web safe color of #CC9977 is #CC9966 (or #C96).

RGB color model

#CC9977 color RGB value is (204,153,119).

  • red value is 204;
  • green value is 153;
  • blue value is 119.
RGB:
(204,153,119)
(80%,60%,47%)

RGB channels and saturation

R 204 of 255 = 80%
G 153 of 255 = 60%
B 119 of 255 = 47%

204
153
119

R + G + B ~ 62%. #CC9977 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 153 + 119 = 476 (100%)
R 204 of 476 ~ 42.86%
G 153 of 476 ~ 32.14%
B 119 of 476 ~ 25%

%42.86
%32.14
%25

CMYK color model

#CC9977 color CMYK value is (0,25,42,20).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 41.67%
  • key color value is 20.00%
CMYK:
(0,25,42,20)
C0M25Y42K20 
(0%,25%,42%,20%)
(0.00/0.25/0.42/0.20)	

CMYK percentages

%0
%25
%41.67
%20

Codes

Color #CC9977 in popluar color models

CC9977
RGB204153119
HSL24°45.45%63.33%
HSB/HSV24°41.67%80.00%
CMYK0.00%25.00%41.67%
20.00%

Color #CC9977 in popluar number systems.

HEXCC9977
Decimal204153119
Binary11001100100110011110111
Octal314231167

Shades and tints

Shades of #CC9977

#CC9977
(204,153,119)
#BA8C6D
(186,140,109)
#A87F63
(168,127,99)
#967259
(150,114,89)
#84654F
(132,101,79)
#725845
(114,88,69)
#604B3B
(96,75,59)
#4E3E31
(78,62,49)
#3C3127
(60,49,39)
#2A241D
(42,36,29)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #CC9977

#CC9977
(204,153,119)
#D0A283
(208,162,131)
#D4AB8F
(212,171,143)
#D8B49B
(216,180,155)
#DCBDA7
(220,189,167)
#E0C6B3
(224,198,179)
#E4CFBF
(228,207,191)
#E8D8CB
(232,216,203)
#ECE1D7
(236,225,215)
#F0EAE3
(240,234,227)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC9977 color. Also use rgb(204,153,119) instead hex code.

Text Font Color

.myTextColor { color: #CC9977; }

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

This text font color is #CC9977.


Background Color

.myBgColor { background-color: #CC9977; }

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

This div background color is #CC9977.


Border color

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

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

This div border color is #CC9977.


Opacity

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

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

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

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

This text has shadow with #CC9977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9977 on black background.


Color preview on white background

This text has color #CC9977 on white background.



Black color preview on #CC9977 background

This text has black color on #CC9977 background.


White color preview on #CC9977 background

This text has white color on #CC9977 background.