#CCC887

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

Shades of Deco #CCC887

Tints of Deco #CCC887

Color information

#CCC887 (or 0xCCC887) is unknown color: approx Deco. HEX triplet: CC, C8 and 87. RGB value is (204,200,135). Sum of RGB (Red+Green+Blue) = 204+200+135=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 135 (53.12% from 255 or 25.05% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC887 is #333778. Grayscale: #C2C2C2. Windows color (decimal): -3356537 or 8898764. OLE color: 8898764.

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

Color convert

RGB204200135-
CMYK00.020.340.2
HSL56.52º40.35%66.47%-
HSV(B)56.52º33.82%80%-
XYZ49.9355.931.08-
YUV193.7994.83135.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.85%
GREEN value IS 200 (78.52% from 255) = 37.11%
BLUE value IS 135 (53.12% from 255) = 25.05%
R=37.85%
G=37.11%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420013500.020.340.256.5240.3566.47
HexCCC887022214392842
Octal3143102070242247150102
Binary110011001100100010000111010100010101001110011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC887; }

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

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

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

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

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

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

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

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