#C2C860

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

Shades of Wild Willow #C2C860

Tints of Wild Willow #C2C860

Color information

#C2C860 (or 0xC2C860) is unknown color: approx Wild Willow. HEX triplet: C2, C8 and 60. RGB value is (194,200,96). Sum of RGB (Red+Green+Blue) = 194+200+96=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C860 is #3D379F. Grayscale: #BABABA. Windows color (decimal): -4011936 or 6342850. OLE color: 6342850.

HSL color Cylindrical-coordinate representation of color #C2C860: hue angle of 63.46º 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 #C2C860 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB19420096-
CMYK0.0300.520.22
HSL63.46º48.6%58.04%-
HSV(B)63.46º52%78.43%-
XYZ45.0153.6219.04-
YUV186.3577.01133.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.59%
GREEN value IS 200 (78.52% from 255) = 40.82%
BLUE value IS 96 (37.89% from 255) = 19.59%
R=39.59%
G=40.82%
B=19.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal194200960.0300.520.2263.4648.658.04
HexC2C8603034163f313a
Octal302310140306426776172
Binary1100001011001000110000011011010010110111111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C860; }

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

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

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

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

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

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

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

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