Shades of Wild Willow #C2CF53
Tints of Wild Willow #C2CF53
RGB
CMYK
RGB Variations
Color information
#C2CF53 (or 0xC2CF53) is known color: Wild Willow. HEX triplet: C2, CF and 53. RGB value is (194,207,83). Sum of RGB (Red+Green+Blue) = 194+207+83=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 83 (32.81% from 255 or 17.15% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CF53 is #3D30AC. Grayscale: #BDBDBD. Windows color (decimal): -4010157 or 5492674. OLE color: 5492674.
HSL color Cylindrical-coordinate representation of color #C2CF53: hue angle of 66.29º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2CF53 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 207 | 83 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.19 |
| HSL | 66.29º | 0.56% | 0.57% | - |
| HSV(B) | 66.29º | 0.6% | 0.81% | - |
| XYZ | 46.12 | 56.72 | 16.7 | - |
| YUV | 188.98 | 68.19 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 83 | 0.06 | 0 | 0.60 | 0.19 | 66.29 | 0.56 | 0.57 |
| Hex | C2 | CF | 53 | 6 | 0 | 3C | 13 | 42 | 38 | 39 |
| Octal | 302 | 317 | 123 | 6 | 0 | 74 | 23 | 102 | 70 | 71 |
| Binary | 11000010 | 11001111 | 1010011 | 110 | 0 | 111100 | 10011 | 1000010 | 111000 | 111001 |
Color Harmonies of #C2CF53
Complementary color
Monochromatic Colors of #C2CF53
Black with #C2CF53
Text Example
Text Example
White with #C2CF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CF53; }
p { color: rgb(194,207,83); }
H1.HeaderClassName
{
color: #C2CF53;
}
.AnyTagClassName
{
color: #C2CF53;
}
</style>
background-color css
<style>
a { background-color: #C2CF53; }
a { background-color: rgb(194,207,83); }
div.DivClassName
{
background-color: #C2CF53;
}
.BgClassName
{
background-color: #C2CF53;
}
</style>
border-color css
<style>
span { border-color: #C2CF53; }
span { border-color: rgb(194,207,83); }
td.TdClassName
{
border-color: #C2CF53;
}
.TagClassName
{
border-color: #C2CF53;
}
</style>