#CCCB84

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

Shades of Deco #CCCB84

Tints of Deco #CCCB84

Color information

#CCCB84 (or 0xCCCB84) is unknown color: approx Deco. HEX triplet: CC, CB and 84. RGB value is (204,203,132). Sum of RGB (Red+Green+Blue) = 204+203+132=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 132 (51.95% from 255 or 24.49% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCB84 is #33347B. Grayscale: #C3C3C3. Windows color (decimal): -3355772 or 8702924. OLE color: 8702924.

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

Color convert

RGB204203132-
CMYK00.000.350.2
HSL59.17º41.38%65.88%-
HSV(B)59.17º35.29%80%-
XYZ50.4257.2230.22-
YUV195.292.33134.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.85%
GREEN value IS 203 (79.69% from 255) = 37.66%
BLUE value IS 132 (51.95% from 255) = 24.49%
R=37.85%
G=37.66%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420313200.000.350.259.1741.3865.88
HexCCCB840023143b2942
Octal3143132040043247351102
Binary11001100110010111000010000100011101001110111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB84; }

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

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

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

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

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

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

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

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