COLOR #CC9B77

HEX: #CC9B77 RGB: (204,155,119)

Color info

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

RGB color model

#CC9B77 color RGB value is (204,155,119).

RGB: (204,155,119) (80%, 61%, 47%)

RGB channels and saturation

R 204 of 255 = 80%
G 155 of 255 = 61%
B 119 of 255 = 47%

204
155
119

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

Portions of RGB colors in percentages

R + G + B = 204 + 155 + 119 = 478 (100%)
R 204 of 478 ~ 42.68%
G 155 of 478 ~ 32.43%
B 119 of 478 ~ 24.9'%

%42.68
%32.43
%24.9

CMYK color model

#CC9B77 color CMYK value is (0,24,42,20).

  • cyan value is 0.00%
  • magenta value is 24.02%
  • yellow value is 41.67%
  • key color value is 20.00%

CMYK: (0,24,42,20)
C0M24Y42K20 (0%, 24%, 42%, 20%)
(0.00 / 0.24 / 0.42 / 0.20)

CMYK percentages

%0
%24.02
%41.67
%20

Codes

Color #CC9B77 in popluar color models

CC 9B 77
RGB 204 155 119
HSL 25° 45.45% 63.33%
HSB/HSV 25° 41.67% 80.00%
CMYK 0.00% 24.02% 41.67%
20.00%

Color #CC9B77 in popluar number systems.

HEX CC 9B 77
Decimal 204 155 119
Binary 11001100 10011011 1110111
Octal 314 233 167

Shades and tints

Shades of #CC9B77

#CC9B77
(204,155,119)
#BA8D6D
(186,141,109)
#A87F63
(168,127,99)
#967159
(150,113,89)
#84634F
(132,99,79)
#725545
(114,85,69)
#60473B
(96,71,59)
#4E3931
(78,57,49)
#3C2B27
(60,43,39)
#2A1D1D
(42,29,29)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #CC9B77

#CC9B77
(204,155,119)
#D0A483
(208,164,131)
#D4AD8F
(212,173,143)
#D8B69B
(216,182,155)
#DCBFA7
(220,191,167)
#E0C8B3
(224,200,179)
#E4D1BF
(228,209,191)
#E8DACB
(232,218,203)
#ECE3D7
(236,227,215)
#F0ECE3
(240,236,227)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9B77; }

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

This text font color is #CC9B77.

Background Color

.myBgColor { background-color: #CC9B77; }

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

This div background color is #CC9B77.

Border color

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

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

This div border color is #CC9B77.

Opacity

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

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

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

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

This text has shadow with #CC9B77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC9B77.

Preview

Color preview on black background

This text has color #CC9B77 on black background.


Color preview on white background

This text has color #CC9B77 on white background.


Black color preview on #CC9B77 background

This text has black color on #CC9B77 background.


White color preview on #CC9B77 background

This text has white color on #CC9B77 background.


Related colors

Complementary color

Complementary color for #hex is #336488.


I love getcolorcode.com

Triadic colors

1 #77CC9B and #9B77CC with #CC9B77 are triadic colors.

2 #779BCC and #9BCC77 with #CC9B77 are triadic colors.