Shades of Wild Willow #C2CF72
Tints of Wild Willow #C2CF72
RGB
CMYK
RGB Variations
Color information
#C2CF72 (or 0xC2CF72) is known color: Wild Willow. HEX triplet: C2, CF and 72. RGB value is (194,207,114). Sum of RGB (Red+Green+Blue) = 194+207+114=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CF72 is #3D308D. Grayscale: #C0C0C0. Windows color (decimal): -4010126 or 7524290. OLE color: 7524290.
HSL color Cylindrical-coordinate representation of color #C2CF72: hue angle of 68.39º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2CF72 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 207 | 114 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.19 |
| HSL | 68.39º | 0.49% | 0.63% | - |
| HSV(B) | 68.39º | 0.45% | 0.81% | - |
| XYZ | 47.6 | 57.31 | 24.47 | - |
| YUV | 192.51 | 83.69 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 114 | 0.06 | 0 | 0.45 | 0.19 | 68.39 | 0.49 | 0.63 |
| Hex | C2 | CF | 72 | 6 | 0 | 2D | 13 | 44 | 31 | 3F |
| Octal | 302 | 317 | 162 | 6 | 0 | 55 | 23 | 104 | 61 | 77 |
| Binary | 11000010 | 11001111 | 1110010 | 110 | 0 | 101101 | 10011 | 1000100 | 110001 | 111111 |
Color Harmonies of #C2CF72
Complementary color
Monochromatic Colors of #C2CF72
Black with #C2CF72
Text Example
Text Example
White with #C2CF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CF72; }
p { color: rgb(194,207,114); }
H1.HeaderClassName
{
color: #C2CF72;
}
.AnyTagClassName
{
color: #C2CF72;
}
</style>
background-color css
<style>
a { background-color: #C2CF72; }
a { background-color: rgb(194,207,114); }
div.DivClassName
{
background-color: #C2CF72;
}
.BgClassName
{
background-color: #C2CF72;
}
</style>
border-color css
<style>
span { border-color: #C2CF72; }
span { border-color: rgb(194,207,114); }
td.TdClassName
{
border-color: #C2CF72;
}
.TagClassName
{
border-color: #C2CF72;
}
</style>