#CCC987

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

Shades of Deco #CCC987

Tints of Deco #CCC987

Color information

#CCC987 (or 0xCCC987) is unknown color: approx Deco. HEX triplet: CC, C9 and 87. RGB value is (204,201,135). Sum of RGB (Red+Green+Blue) = 204+201+135=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 201 (78.91% from 255 or 37.22% from 540); Blue value is 135 (53.12% from 255 or 25% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC987 is #333678. Grayscale: #C2C2C2. Windows color (decimal): -3356281 or 8899020. OLE color: 8899020.

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

Color convert

RGB204201135-
CMYK00.010.340.2
HSL57.39º40.35%66.47%-
HSV(B)57.39º33.82%80%-
XYZ50.1656.3631.16-
YUV194.3794.49134.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.78%
GREEN value IS 201 (78.91% from 255) = 37.22%
BLUE value IS 135 (53.12% from 255) = 25%
R=37.78%
G=37.22%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420113500.010.340.257.3940.3566.47
HexCCC987012214392842
Octal3143112070142247150102
Binary11001100110010011000011101100010101001110011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC987; }

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

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

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

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

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

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

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

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