#CCCB86

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

Shades of Deco #CCCB86

Tints of Deco #CCCB86

Color information

#CCCB86 (or 0xCCCB86) is unknown color: approx Deco. HEX triplet: CC, CB and 86. RGB value is (204,203,134). Sum of RGB (Red+Green+Blue) = 204+203+134=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 134 (52.73% from 255 or 24.77% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCB86 is #333479. Grayscale: #C3C3C3. Windows color (decimal): -3355770 or 8833996. OLE color: 8833996.

HSL color Cylindrical-coordinate representation of color #CCCB86: hue angle of 59.14º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCCB86 is Cyan = 0, Magento = 0.00, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB204203134-
CMYK00.000.340.2
HSL59.14º40.7%66.27%-
HSV(B)59.14º34.31%80%-
XYZ50.5657.2730.94-
YUV195.4393.33134.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 203 (79.69% from 255) = 37.52%
BLUE value IS 134 (52.73% from 255) = 24.77%
R=37.71%
G=37.52%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420313400.000.340.259.1440.766.27
HexCCCB860022143b2942
Octal3143132060042247351102
Binary11001100110010111000011000100010101001110111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB86; }

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

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

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

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

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

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

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

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