#C8C08B

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

Shades of Winter Hazel #C8C08B

Tints of Winter Hazel #C8C08B

Color information

#C8C08B (or 0xC8C08B) is unknown color: approx Winter Hazel. HEX triplet: C8, C0 and 8B. RGB value is (200,192,139). Sum of RGB (Red+Green+Blue) = 200+192+139=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C08B is #373F74. Grayscale: #BCBCBC. Windows color (decimal): -3620725 or 9158856. OLE color: 9158856.

HSL color Cylindrical-coordinate representation of color #C8C08B: hue angle of 52.13º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8C08B is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB200192139-
CMYK00.040.300.22
HSL52.13º35.67%66.47%-
HSV(B)52.13º30.5%78.43%-
XYZ47.3351.8431.94-
YUV188.35100.15136.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.66%
GREEN value IS 192 (75.39% from 255) = 36.16%
BLUE value IS 139 (54.69% from 255) = 26.18%
R=37.66%
G=36.16%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019213900.040.300.2252.1335.6766.47
HexC8C08B041E16342442
Octal3103002130436266444102
Binary110010001100000010001011010011110101101101001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C08B; }

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

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

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

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

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

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

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

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