#C8CC87

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

Shades of Deco #C8CC87

Tints of Deco #C8CC87

Color information

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

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

Color convert

RGB200204135-
CMYK0.0200.340.2
HSL63.48º40.35%66.47%-
HSV(B)63.48º33.82%80%-
XYZ49.7957.2131.34-
YUV194.9494.17131.61-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2002041350.0200.340.263.4840.3566.47
HexC8CC872022143f2842
Octal3103142072042247750102
Binary110010001100110010000111100100010101001111111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CC87; }

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

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

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

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

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

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

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

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