#C5C860

Color #C5C860 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #C5C860

Tints of Wild Willow #C5C860

Color information

#C5C860 (or 0xC5C860) is unknown color: approx Wild Willow. HEX triplet: C5, C8 and 60. RGB value is (197,200,96). Sum of RGB (Red+Green+Blue) = 197+200+96=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C860 is #3A379F. Grayscale: #BBBBBB. Windows color (decimal): -3815328 or 6342853. OLE color: 6342853.

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

Color convert

RGB19720096-
CMYK0.0200.520.22
HSL61.73º48.6%58.04%-
HSV(B)61.73º52%78.43%-
XYZ45.7954.0219.08-
YUV187.2576.51134.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.96%
GREEN value IS 200 (78.52% from 255) = 40.57%
BLUE value IS 96 (37.89% from 255) = 19.47%
R=39.96%
G=40.57%
B=19.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal197200960.0200.520.2261.7348.658.04
HexC5C8602034163e313a
Octal305310140206426766172
Binary1100010111001000110000010011010010110111110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C860; }

 p { color: rgb(197,200,96); }

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

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

 a { background-color: rgb(197,200,96); }

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

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

 span { border-color: rgb(197,200,96); }

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