#CCCB8E

Color #CCCB8E Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #CCCB8E

Tints of Deco #CCCB8E

Color information

#CCCB8E (or 0xCCCB8E) is unknown color: approx Deco. HEX triplet: CC, CB and 8E. RGB value is (204,203,142). Sum of RGB (Red+Green+Blue) = 204+203+142=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCB8E is #333471. Grayscale: #C4C4C4. Windows color (decimal): -3355762 or 9358284. OLE color: 9358284.

HSL color Cylindrical-coordinate representation of color #CCCB8E: hue angle of 59.03º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCCB8E is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB204203142-
CMYK00.000.300.2
HSL59.03º37.8%67.84%-
HSV(B)59.03º30.39%80%-
XYZ51.1457.533.99-
YUV196.3497.33133.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 37.16%
GREEN value IS 203 (79.69% from 255) = 36.98%
BLUE value IS 142 (55.86% from 255) = 25.87%
R=37.16%
G=36.98%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420314200.000.300.259.0337.867.84
HexCCCB8E001E143b2644
Octal3143132160036247346104
Binary1100110011001011100011100011110101001110111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB8E; }

 p { color: rgb(204,203,142); }

 H1.HeaderClassName
 {
   color: #CCCB8E;
 }
 .AnyTagClassName
 {
   color: #CCCB8E;
 }
</style>
background-color css

<style>
 a { background-color: #CCCB8E; }

 a { background-color: rgb(204,203,142); }

 div.DivClassName
 {
   background-color: #CCCB8E;
 }
 .BgClassName
 {
   background-color: #CCCB8E;
 }
</style>
border-color css

<style>
 span { border-color: #CCCB8E; }

 span { border-color: rgb(204,203,142); }

 td.TdClassName
 {
   border-color: #CCCB8E;
 }
 .TagClassName
 {
   border-color: #CCCB8E;
 }
</style>