Shades of Wild Willow #C7CF65
Tints of Wild Willow #C7CF65
RGB
CMYK
RGB Variations
Color information
#C7CF65 (or 0xC7CF65) is known color: Wild Willow. HEX triplet: C7, CF and 65. RGB value is (199,207,101). Sum of RGB (Red+Green+Blue) = 199+207+101=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 101 (39.84% from 255 or 19.92% from 507); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CF65 is #38309A. Grayscale: #C0C0C0. Windows color (decimal): -3682459 or 6672327. OLE color: 6672327.
HSL color Cylindrical-coordinate representation of color #C7CF65: hue angle of 64.53º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C7CF65 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 101 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.19 |
| HSL | 64.53º | 0.52% | 0.6% | - |
| HSV(B) | 64.53º | 0.51% | 0.81% | - |
| XYZ | 48.21 | 57.71 | 20.91 | - |
| YUV | 192.52 | 76.35 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 101 | 0.04 | 0 | 0.51 | 0.19 | 64.53 | 0.52 | 0.6 |
| Hex | C7 | CF | 65 | 4 | 0 | 33 | 13 | 41 | 34 | 3C |
| Octal | 307 | 317 | 145 | 4 | 0 | 63 | 23 | 101 | 64 | 74 |
| Binary | 11000111 | 11001111 | 1100101 | 100 | 0 | 110011 | 10011 | 1000001 | 110100 | 111100 |
Color Harmonies of #C7CF65
Complementary color
Monochromatic Colors of #C7CF65
Black with #C7CF65
Text Example
Text Example
White with #C7CF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CF65; }
p { color: rgb(199,207,101); }
H1.HeaderClassName
{
color: #C7CF65;
}
.AnyTagClassName
{
color: #C7CF65;
}
</style>
background-color css
<style>
a { background-color: #C7CF65; }
a { background-color: rgb(199,207,101); }
div.DivClassName
{
background-color: #C7CF65;
}
.BgClassName
{
background-color: #C7CF65;
}
</style>
border-color css
<style>
span { border-color: #C7CF65; }
span { border-color: rgb(199,207,101); }
td.TdClassName
{
border-color: #C7CF65;
}
.TagClassName
{
border-color: #C7CF65;
}
</style>