#C8C486

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

Shades of Winter Hazel #C8C486

Tints of Winter Hazel #C8C486

Color information

#C8C486 (or 0xC8C486) is unknown color: approx Winter Hazel. HEX triplet: C8, C4 and 86. RGB value is (200,196,134). Sum of RGB (Red+Green+Blue) = 200+196+134=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C486 is #373B79. Grayscale: #BEBEBE. Windows color (decimal): -3619706 or 8832200. OLE color: 8832200.

HSL color Cylindrical-coordinate representation of color #C8C486: hue angle of 56.36º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8C486 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB200196134-
CMYK00.020.330.22
HSL56.36º37.5%65.49%-
HSV(B)56.36º33%78.43%-
XYZ47.8653.4830.35-
YUV190.1396.33135.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.74%
GREEN value IS 196 (76.95% from 255) = 36.98%
BLUE value IS 134 (52.73% from 255) = 25.28%
R=37.74%
G=36.98%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019613400.020.330.2256.3637.565.49
HexC8C486022116382641
Octal3103042060241267046101
Binary110010001100010010000110010100001101101110001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C486; }

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

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

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

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

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

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

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

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