#CCCB87

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

Shades of Deco #CCCB87

Tints of Deco #CCCB87

Color information

#CCCB87 (or 0xCCCB87) is unknown color: approx Deco. HEX triplet: CC, CB and 87. RGB value is (204,203,135). Sum of RGB (Red+Green+Blue) = 204+203+135=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 135 (53.12% from 255 or 24.91% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCB87 is #333478. Grayscale: #C3C3C3. Windows color (decimal): -3355769 or 8899532. OLE color: 8899532.

HSL color Cylindrical-coordinate representation of color #CCCB87: hue angle of 59.13º degrees, saturation: 0.4, 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 #CCCB87 is Cyan = 0, Magento = 0.00, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB204203135-
CMYK00.000.340.2
HSL59.13º40.35%66.47%-
HSV(B)59.13º33.82%80%-
XYZ50.6357.331.31-
YUV195.5593.83134.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.64%
GREEN value IS 203 (79.69% from 255) = 37.45%
BLUE value IS 135 (53.12% from 255) = 24.91%
R=37.64%
G=37.45%
B=24.91%

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
Decimal20420313500.000.340.259.1340.3566.47
HexCCCB870022143b2842
Octal3143132070042247350102
Binary11001100110010111000011100100010101001110111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB87; }

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

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

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

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

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

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

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

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