#C8C185

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

Shades of Winter Hazel #C8C185

Tints of Winter Hazel #C8C185

Color information

#C8C185 (or 0xC8C185) is unknown color: approx Winter Hazel. HEX triplet: C8, C1 and 85. RGB value is (200,193,133). Sum of RGB (Red+Green+Blue) = 200+193+133=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C185 is #373E7A. Grayscale: #BCBCBC. Windows color (decimal): -3620475 or 8765896. OLE color: 8765896.

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

Color convert

RGB200193133-
CMYK00.040.340.22
HSL53.73º37.85%65.29%-
HSV(B)53.73º33.5%78.43%-
XYZ47.1252.1129.77-
YUV188.2596.82136.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.02%
GREEN value IS 193 (75.78% from 255) = 36.69%
BLUE value IS 133 (52.34% from 255) = 25.29%
R=38.02%
G=36.69%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019313300.040.340.2253.7337.8565.29
HexC8C185042216362641
Octal3103012050442266646101
Binary1100100011000001100001010100100010101101101101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C185; }

 p { color: rgb(200,193,133); }

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

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

 a { background-color: rgb(200,193,133); }

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

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

 span { border-color: rgb(200,193,133); }

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