#C8C08E

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

Shades of Winter Hazel #C8C08E

Tints of Winter Hazel #C8C08E

Color information

#C8C08E (or 0xC8C08E) is unknown color: approx Winter Hazel. HEX triplet: C8, C0 and 8E. RGB value is (200,192,142). Sum of RGB (Red+Green+Blue) = 200+192+142=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C08E is #373F71. Grayscale: #BCBCBC. Windows color (decimal): -3620722 or 9355464. OLE color: 9355464.

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

Color convert

RGB200192142-
CMYK00.040.290.22
HSL51.72º34.52%67.06%-
HSV(B)51.72º29%78.43%-
XYZ47.5551.9333.11-
YUV188.69101.65136.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.45%
GREEN value IS 192 (75.39% from 255) = 35.96%
BLUE value IS 142 (55.86% from 255) = 26.59%
R=37.45%
G=35.96%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019214200.040.290.2251.7234.5267.06
HexC8C08E041D16342343
Octal3103002160435266443103
Binary110010001100000010001110010011101101101101001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C08E; }

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

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

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

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

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

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

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

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