#C8C078

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

Shades of Winter Hazel #C8C078

Tints of Winter Hazel #C8C078

Color information

#C8C078 (or 0xC8C078) is unknown color: approx Winter Hazel. HEX triplet: C8, C0 and 78. RGB value is (200,192,120). Sum of RGB (Red+Green+Blue) = 200+192+120=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C078 is #373F87. Grayscale: #BABABA. Windows color (decimal): -3620744 or 7913672. OLE color: 7913672.

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

Color convert

RGB200192120-
CMYK00.040.40.22
HSL54º42.11%62.75%-
HSV(B)54º40%78.43%-
XYZ46.0651.3325.25-
YUV186.1890.65137.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.06%
GREEN value IS 192 (75.39% from 255) = 37.5%
BLUE value IS 120 (47.27% from 255) = 23.44%
R=39.06%
G=37.5%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.4
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019212000.040.40.225442.1162.75
HexC8C078042816362a3f
Octal310300170045026665277
Binary11001000110000001111000010010100010110110110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C078; }

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

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

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

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

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

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

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

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