#C5C084

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

Shades of Winter Hazel #C5C084

Tints of Winter Hazel #C5C084

Color information

#C5C084 (or 0xC5C084) is unknown color: approx Winter Hazel. HEX triplet: C5, C0 and 84. RGB value is (197,192,132). Sum of RGB (Red+Green+Blue) = 197+192+132=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C084 is #3A3F7B. Grayscale: #BABABA. Windows color (decimal): -3817340 or 8700101. OLE color: 8700101.

HSL color Cylindrical-coordinate representation of color #C5C084: hue angle of 55.38º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5C084 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB197192132-
CMYK00.030.330.23
HSL55.38º35.91%64.51%-
HSV(B)55.38º32.99%77.25%-
XYZ46.0451.2429.29-
YUV186.6697.16135.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.81%
GREEN value IS 192 (75.39% from 255) = 36.85%
BLUE value IS 132 (51.95% from 255) = 25.34%
R=37.81%
G=36.85%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719213200.030.330.2355.3835.9164.51
HexC5C084032117372441
Octal3053002040341276744101
Binary110001011100000010000100011100001101111101111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C084; }

 p { color: rgb(197,192,132); }

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

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

 a { background-color: rgb(197,192,132); }

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

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

 span { border-color: rgb(197,192,132); }

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