COLOR #CCC090

HEX: #CCC090 RGB: (204,192,144)

Color info

#CCC090 contains mainly red and green colors. Web safe color of #CCC090 is #CCCC99 (or #CC9).

RGB color model

#CCC090 color RGB value is (204,192,144).

RGB: (204,192,144) (80%, 75%, 56%)

RGB channels and saturation

R 204 of 255 = 80%
G 192 of 255 = 75%
B 144 of 255 = 56%

204
192
144

R + G + B ~ 70%. #CCC090 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 192 + 144 = 540 (100%)
R 204 of 540 ~ 37.78%
G 192 of 540 ~ 35.56%
B 144 of 540 ~ 26.67'%

%37.78
%35.56
%26.67

CMYK color model

#CCC090 color CMYK value is (0,6,29,20).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 29.41%
  • key color value is 20.00%
CMYK: (0,6,29,20) C0M6Y29K20 (0%,6%,29%,20%) (0.00/0.06/0.29/0.20) 

CMYK percentages

%0
%5.88
%29.41
%20

Codes

Color #CCC090 in popluar color models

CC C0 90
RGB 204 192 144
HSL 48° 37.04% 68.24%
HSB/HSV 48° 29.41% 80.00%
CMYK 0.00% 5.88% 29.41%
20.00%

Color #CCC090 in popluar number systems.

HEX CC C0 90
Decimal 204 192 144
Binary 11001100 11000000 10010000
Octal 314 300 220

Shades and tints

Shades of #CCC090

#CCC090
(204,192,144)
#BAAF83
(186,175,131)
#A89E76
(168,158,118)
#968D69
(150,141,105)
#847C5C
(132,124,92)
#726B4F
(114,107,79)
#605A42
(96,90,66)
#4E4935
(78,73,53)
#3C3828
(60,56,40)
#2A271B
(42,39,27)
#18160E
(24,22,14)
#000000
(0,0,0)

Tints of #CCC090

#CCC090
(204,192,144)
#D0C59A
(208,197,154)
#D4CAA4
(212,202,164)
#D8CFAE
(216,207,174)
#DCD4B8
(220,212,184)
#E0D9C2
(224,217,194)
#E4DECC
(228,222,204)
#E8E3D6
(232,227,214)
#ECE8E0
(236,232,224)
#F0EDEA
(240,237,234)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC090; }

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

This text font color is #CCC090.

Background Color

.myBgColor { background-color: #CCC090; }

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

This div background color is #CCC090.

Border color

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

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

This div border color is #CCC090.

Opacity

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

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

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

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

This text has shadow with #CCC090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC090.

Preview

Color preview on black background

This text has color #CCC090 on black background.


Color preview on white background

This text has color #CCC090 on white background.


Black color preview on #CCC090 background

This text has black color on #CCC090 background.


White color preview on #CCC090 background

This text has white color on #CCC090 background.


Related colors

Complementary color

Complementary color for #hex is #333F6F.


I love getcolorcode.com

Triadic colors

1 #90CCC0 and #C090CC with #CCC090 are triadic colors.

2 #90C0CC and #C0CC90 with #CCC090 are triadic colors.