#C6C387

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

Shades of Winter Hazel #C6C387

Tints of Winter Hazel #C6C387

Color information

#C6C387 (or 0xC6C387) is unknown color: approx Winter Hazel. HEX triplet: C6, C3 and 87. RGB value is (198,195,135). Sum of RGB (Red+Green+Blue) = 198+195+135=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 135 (53.12% from 255 or 25.57% from 528); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C387 is #393C78. Grayscale: #BDBDBD. Windows color (decimal): -3751033 or 8897478. OLE color: 8897478.

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

Color convert

RGB198195135-
CMYK00.020.320.22
HSL57.14º35.59%65.29%-
HSV(B)57.14º31.82%77.65%-
XYZ47.1852.7930.62-
YUV189.0697.49134.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.5%
GREEN value IS 195 (76.56% from 255) = 36.93%
BLUE value IS 135 (53.12% from 255) = 25.57%
R=37.5%
G=36.93%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819513500.020.320.2257.1435.5965.29
HexC6C387022016392441
Octal3063032070240267144101
Binary110001101100001110000111010100000101101110011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C387; }

 p { color: rgb(198,195,135); }

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

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

 a { background-color: rgb(198,195,135); }

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

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

 span { border-color: rgb(198,195,135); }

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