COLOR #CC9E79

HEX: #CC9E79
RGB: (204,158,121)

Color info

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

RGB color model

#CC9E79 color RGB value is (204,158,121).

  • red value is 204;
  • green value is 158;
  • blue value is 121.
RGB:
(204,158,121)
(80%,62%,47%)

RGB channels and saturation

R 204 of 255 = 80%
G 158 of 255 = 62%
B 121 of 255 = 47%

204
158
121

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

Portions of RGB colors in percentages

R + G + B =
204 + 158 + 121 = 483 (100%)
R 204 of 483 ~ 42.24%
G 158 of 483 ~ 32.71%
B 121 of 483 ~ 25.05%

%42.24
%32.71
%25.05

CMYK color model

#CC9E79 color CMYK value is (0,23,41,20).

  • cyan value is 0.00%
  • magenta value is 22.55%
  • yellow value is 40.69%
  • key color value is 20.00%
CMYK:
(0,23,41,20)
C0M23Y41K20 
(0%,23%,41%,20%)
(0.00/0.23/0.41/0.20)	

CMYK percentages

%0
%22.55
%40.69
%20

Codes

Color #CC9E79 in popluar color models

CC9E79
RGB204158121
HSL27°44.86%63.73%
HSB/HSV27°40.69%80.00%
CMYK0.00%22.55%40.69%
20.00%

Color #CC9E79 in popluar number systems.

HEXCC9E79
Decimal204158121
Binary11001100100111101111001
Octal314236171

Shades and tints

Shades of #CC9E79

#CC9E79
(204,158,121)
#BA906E
(186,144,110)
#A88263
(168,130,99)
#967458
(150,116,88)
#84664D
(132,102,77)
#725842
(114,88,66)
#604A37
(96,74,55)
#4E3C2C
(78,60,44)
#3C2E21
(60,46,33)
#2A2016
(42,32,22)
#18120B
(24,18,11)
#000000
(0,0,0)

Tints of #CC9E79

#CC9E79
(204,158,121)
#D0A685
(208,166,133)
#D4AE91
(212,174,145)
#D8B69D
(216,182,157)
#DCBEA9
(220,190,169)
#E0C6B5
(224,198,181)
#E4CEC1
(228,206,193)
#E8D6CD
(232,214,205)
#ECDED9
(236,222,217)
#F0E6E5
(240,230,229)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC9E79 color. Also use rgb(204,158,121) instead hex code.

Text Font Color

.myTextColor { color: #CC9E79; }

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

This text font color is #CC9E79.


Background Color

.myBgColor { background-color: #CC9E79; }

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

This div background color is #CC9E79.


Border color

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

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

This div border color is #CC9E79.


Opacity

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

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

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

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

This text has shadow with #CC9E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9E79 on black background.


Color preview on white background

This text has color #CC9E79 on white background.



Black color preview on #CC9E79 background

This text has black color on #CC9E79 background.


White color preview on #CC9E79 background

This text has white color on #CC9E79 background.