#C2C261

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

Shades of Wild Willow #C2C261

Tints of Wild Willow #C2C261

Color information

#C2C261 (or 0xC2C261) is unknown color: approx Wild Willow. HEX triplet: C2, C2 and 61. RGB value is (194,194,97). Sum of RGB (Red+Green+Blue) = 194+194+97=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C261 is #3D3D9E. Grayscale: #B7B7B7. Windows color (decimal): -4013471 or 6406850. OLE color: 6406850.

HSL color Cylindrical-coordinate representation of color #C2C261: hue angle of 60º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2C261 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19419497-
CMYK000.500.24
HSL60º44.29%57.06%-
HSV(B)60º50%76.08%-
XYZ43.750.9218.83-
YUV182.9479.5135.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40%
GREEN value IS 194 (76.17% from 255) = 40%
BLUE value IS 97 (38.28% from 255) = 20%
R=40%
G=40%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419497000.500.246044.2957.06
HexC2C2610032183c2c39
Octal302302141006230745471
Binary110000101100001011000010011001011000111100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C261; }

 p { color: rgb(194,194,97); }

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

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

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

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

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

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

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