Shades of Wild Willow #C3CF65
Tints of Wild Willow #C3CF65
RGB
CMYK
RGB Variations
Color information
#C3CF65 (or 0xC3CF65) is known color: Wild Willow. HEX triplet: C3, CF and 65. RGB value is (195,207,101). Sum of RGB (Red+Green+Blue) = 195+207+101=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CF65 is #3C309A. Grayscale: #BFBFBF. Windows color (decimal): -3944603 or 6672323. OLE color: 6672323.
HSL color Cylindrical-coordinate representation of color #C3CF65: hue angle of 66.79º 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 #C3CF65 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 207 | 101 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.19 |
| HSL | 66.79º | 0.52% | 0.6% | - |
| HSV(B) | 66.79º | 0.51% | 0.81% | - |
| XYZ | 47.17 | 57.17 | 20.86 | - |
| YUV | 191.33 | 77.02 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 101 | 0.06 | 0 | 0.51 | 0.19 | 66.79 | 0.52 | 0.6 |
| Hex | C3 | CF | 65 | 6 | 0 | 33 | 13 | 43 | 34 | 3C |
| Octal | 303 | 317 | 145 | 6 | 0 | 63 | 23 | 103 | 64 | 74 |
| Binary | 11000011 | 11001111 | 1100101 | 110 | 0 | 110011 | 10011 | 1000011 | 110100 | 111100 |
Color Harmonies of #C3CF65
Complementary color
Monochromatic Colors of #C3CF65
Black with #C3CF65
Text Example
Text Example
White with #C3CF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CF65; }
p { color: rgb(195,207,101); }
H1.HeaderClassName
{
color: #C3CF65;
}
.AnyTagClassName
{
color: #C3CF65;
}
</style>
background-color css
<style>
a { background-color: #C3CF65; }
a { background-color: rgb(195,207,101); }
div.DivClassName
{
background-color: #C3CF65;
}
.BgClassName
{
background-color: #C3CF65;
}
</style>
border-color css
<style>
span { border-color: #C3CF65; }
span { border-color: rgb(195,207,101); }
td.TdClassName
{
border-color: #C3CF65;
}
.TagClassName
{
border-color: #C3CF65;
}
</style>