#C5C08A

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

Shades of Winter Hazel #C5C08A

Tints of Winter Hazel #C5C08A

Color information

#C5C08A (or 0xC5C08A) is unknown color: approx Winter Hazel. HEX triplet: C5, C0 and 8A. RGB value is (197,192,138). Sum of RGB (Red+Green+Blue) = 197+192+138=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C08A is #3A3F75. Grayscale: #BBBBBB. Windows color (decimal): -3817334 or 9093317. OLE color: 9093317.

HSL color Cylindrical-coordinate representation of color #C5C08A: hue angle of 54.92º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5C08A is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB197192138-
CMYK00.030.300.23
HSL54.92º33.71%65.69%-
HSV(B)54.92º29.95%77.25%-
XYZ46.4651.431.52-
YUV187.34100.16134.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.38%
GREEN value IS 192 (75.39% from 255) = 36.43%
BLUE value IS 138 (54.30% from 255) = 26.19%
R=37.38%
G=36.43%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719213800.030.300.2354.9233.7165.69
HexC5C08A031E17372242
Octal3053002120336276742102
Binary11000101110000001000101001111110101111101111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C08A; }

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

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

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

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

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

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

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

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