#C8C07C

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

Shades of Winter Hazel #C8C07C

Tints of Winter Hazel #C8C07C

Color information

#C8C07C (or 0xC8C07C) is unknown color: approx Winter Hazel. HEX triplet: C8, C0 and 7C. RGB value is (200,192,124). Sum of RGB (Red+Green+Blue) = 200+192+124=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C07C is #373F83. Grayscale: #BABABA. Windows color (decimal): -3620740 or 8175816. OLE color: 8175816.

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

Color convert

RGB200192124-
CMYK00.040.380.22
HSL53.68º40.86%63.53%-
HSV(B)53.68º38%78.43%-
XYZ46.3151.4326.56-
YUV186.6492.65137.53-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.76%
GREEN value IS 192 (75.39% from 255) = 37.21%
BLUE value IS 124 (48.83% from 255) = 24.03%
R=38.76%
G=37.21%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019212400.040.380.2253.6840.8663.53
HexC8C07C042616362940
Octal3103001740446266651100
Binary110010001100000011111000100100110101101101101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C07C; }

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

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

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

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

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

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

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

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