#C8C076

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

Shades of Winter Hazel #C8C076

Tints of Winter Hazel #C8C076

Color information

#C8C076 (or 0xC8C076) is unknown color: approx Winter Hazel. HEX triplet: C8, C0 and 76. RGB value is (200,192,118). Sum of RGB (Red+Green+Blue) = 200+192+118=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C076 is #373F89. Grayscale: #BABABA. Windows color (decimal): -3620746 or 7782600. OLE color: 7782600.

HSL color Cylindrical-coordinate representation of color #C8C076: hue angle of 54.15º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8C076 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB200192118-
CMYK00.040.410.22
HSL54.15º42.71%62.35%-
HSV(B)54.15º41%78.43%-
XYZ45.9451.2924.62-
YUV185.9689.65138.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.22%
GREEN value IS 192 (75.39% from 255) = 37.65%
BLUE value IS 118 (46.48% from 255) = 23.14%
R=39.22%
G=37.65%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019211800.040.410.2254.1542.7162.35
HexC8C076042916362b3e
Octal310300166045126665376
Binary11001000110000001110110010010100110110110110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C076; }

 p { color: rgb(200,192,118); }

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

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

 a { background-color: rgb(200,192,118); }

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

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

 span { border-color: rgb(200,192,118); }

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