#C8CC86

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

Shades of Deco #C8CC86

Tints of Deco #C8CC86

Color information

#C8CC86 (or 0xC8CC86) is unknown color: approx Deco. HEX triplet: C8, CC and 86. RGB value is (200,204,134). Sum of RGB (Red+Green+Blue) = 200+204+134=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 134 (52.73% from 255 or 24.91% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CC86 is #373379. Grayscale: #C3C3C3. Windows color (decimal): -3617658 or 8834248. OLE color: 8834248.

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

Color convert

RGB200204134-
CMYK0.0200.340.2
HSL63.43º40.7%66.27%-
HSV(B)63.43º34.31%80%-
XYZ49.7257.1930.97-
YUV194.8293.67131.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.17%
GREEN value IS 204 (80.08% from 255) = 37.92%
BLUE value IS 134 (52.73% from 255) = 24.91%
R=37.17%
G=37.92%
B=24.91%

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
Decimal2002041340.0200.340.263.4340.766.27
HexC8CC862022143f2942
Octal3103142062042247751102
Binary110010001100110010000110100100010101001111111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CC86; }

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

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

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

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

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

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

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

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