COLOR #CCC09F

HEX: #CCC09F
RGB: (204,192,159)

Color info

#CCC09F contains red, green and blue colors in about the same proportion. Web safe color of #CCC09F is #CCCC99 (or #CC9).

RGB color model

#CCC09F color RGB value is (204,192,159).

  • red value is 204;
  • green value is 192;
  • blue value is 159.
RGB:
(204,192,159)
(80%,75%,62%)

RGB channels and saturation

R 204 of 255 = 80%
G 192 of 255 = 75%
B 159 of 255 = 62%

204
192
159

R + G + B ~ 72%. #CCC09F is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 192 + 159 = 555 (100%)
R 204 of 555 ~ 36.76%
G 192 of 555 ~ 34.59%
B 159 of 555 ~ 28.65%

%36.76
%34.59
%28.65

CMYK color model

#CCC09F color CMYK value is (0,6,22,20).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 22.06%
  • key color value is 20.00%
CMYK:
(0,6,22,20)
C0M6Y22K20 
(0%,6%,22%,20%)
(0.00/0.06/0.22/0.20)	

CMYK percentages

%0
%5.88
%22.06
%20

Codes

Color #CCC09F in popluar color models

CCC09F
RGB204192159
HSL44°30.61%71.18%
HSB/HSV44°22.06%80.00%
CMYK0.00%5.88%22.06%
20.00%

Color #CCC09F in popluar number systems.

HEXCCC09F
Decimal204192159
Binary110011001100000010011111
Octal314300237

Shades and tints

Shades of #CCC09F

#CCC09F
(204,192,159)
#BAAF91
(186,175,145)
#A89E83
(168,158,131)
#968D75
(150,141,117)
#847C67
(132,124,103)
#726B59
(114,107,89)
#605A4B
(96,90,75)
#4E493D
(78,73,61)
#3C382F
(60,56,47)
#2A2721
(42,39,33)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #CCC09F

#CCC09F
(204,192,159)
#D0C5A7
(208,197,167)
#D4CAAF
(212,202,175)
#D8CFB7
(216,207,183)
#DCD4BF
(220,212,191)
#E0D9C7
(224,217,199)
#E4DECF
(228,222,207)
#E8E3D7
(232,227,215)
#ECE8DF
(236,232,223)
#F0EDE7
(240,237,231)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC09F color. Also use rgb(204,192,159) instead hex code.

Text Font Color

.myTextColor { color: #CCC09F; }

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

This text font color is #CCC09F.


Background Color

.myBgColor { background-color: #CCC09F; }

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

This div background color is #CCC09F.


Border color

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

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

This div border color is #CCC09F.


Opacity

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

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

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

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

This text has shadow with #CCC09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC09F on black background.


Color preview on white background

This text has color #CCC09F on white background.



Black color preview on #CCC09F background

This text has black color on #CCC09F background.


White color preview on #CCC09F background

This text has white color on #CCC09F background.