#C8C386

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

Shades of Winter Hazel #C8C386

Tints of Winter Hazel #C8C386

Color information

#C8C386 (or 0xC8C386) is unknown color: approx Winter Hazel. HEX triplet: C8, C3 and 86. RGB value is (200,195,134). Sum of RGB (Red+Green+Blue) = 200+195+134=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 134 (52.73% from 255 or 25.33% from 529); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C386 is #373C79. Grayscale: #BDBDBD. Windows color (decimal): -3619962 or 8831944. OLE color: 8831944.

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

Color convert

RGB200195134-
CMYK00.020.330.22
HSL55.45º37.5%65.49%-
HSV(B)55.45º33%78.43%-
XYZ47.6453.0330.28-
YUV189.5496.66135.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.81%
GREEN value IS 195 (76.56% from 255) = 36.86%
BLUE value IS 134 (52.73% from 255) = 25.33%
R=37.81%
G=36.86%
B=25.33%

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
Decimal20019513400.020.330.2255.4537.565.49
HexC8C386022116372641
Octal3103032060241266746101
Binary110010001100001110000110010100001101101101111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C386; }

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

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

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

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

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

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

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

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