#C8C385

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

Shades of Winter Hazel #C8C385

Tints of Winter Hazel #C8C385

Color information

#C8C385 (or 0xC8C385) is unknown color: approx Winter Hazel. HEX triplet: C8, C3 and 85. RGB value is (200,195,133). Sum of RGB (Red+Green+Blue) = 200+195+133=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C385 is #373C7A. Grayscale: #BDBDBD. Windows color (decimal): -3619963 or 8766408. OLE color: 8766408.

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

Color convert

RGB200195133-
CMYK00.020.340.22
HSL55.52º37.85%65.29%-
HSV(B)55.52º33.5%78.43%-
XYZ47.575329.91-
YUV189.4396.16135.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.88%
GREEN value IS 195 (76.56% from 255) = 36.93%
BLUE value IS 133 (52.34% from 255) = 25.19%
R=37.88%
G=36.93%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019513300.020.340.2255.5237.8565.29
HexC8C385022216382641
Octal3103032050242267046101
Binary110010001100001110000101010100010101101110001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C385; }

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

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

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

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

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

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

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

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