Shades of Wild Willow #C3CF64
Tints of Wild Willow #C3CF64
RGB
CMYK
RGB Variations
Color information
#C3CF64 (or 0xC3CF64) is known color: Wild Willow. HEX triplet: C3, CF and 64. RGB value is (195,207,100). Sum of RGB (Red+Green+Blue) = 195+207+100=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 100 (39.45% from 255 or 19.92% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CF64 is #3C309B. Grayscale: #BFBFBF. Windows color (decimal): -3944604 or 6606787. OLE color: 6606787.
HSL color Cylindrical-coordinate representation of color #C3CF64: hue angle of 66.73º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3CF64 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 207 | 100 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.19 |
| HSL | 66.73º | 0.53% | 0.6% | - |
| HSV(B) | 66.73º | 0.52% | 0.81% | - |
| XYZ | 47.12 | 57.15 | 20.6 | - |
| YUV | 191.21 | 76.52 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 100 | 0.06 | 0 | 0.52 | 0.19 | 66.73 | 0.53 | 0.6 |
| Hex | C3 | CF | 64 | 6 | 0 | 34 | 13 | 43 | 35 | 3C |
| Octal | 303 | 317 | 144 | 6 | 0 | 64 | 23 | 103 | 65 | 74 |
| Binary | 11000011 | 11001111 | 1100100 | 110 | 0 | 110100 | 10011 | 1000011 | 110101 | 111100 |
Color Harmonies of #C3CF64
Complementary color
Monochromatic Colors of #C3CF64
Black with #C3CF64
Text Example
Text Example
White with #C3CF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CF64; }
p { color: rgb(195,207,100); }
H1.HeaderClassName
{
color: #C3CF64;
}
.AnyTagClassName
{
color: #C3CF64;
}
</style>
background-color css
<style>
a { background-color: #C3CF64; }
a { background-color: rgb(195,207,100); }
div.DivClassName
{
background-color: #C3CF64;
}
.BgClassName
{
background-color: #C3CF64;
}
</style>
border-color css
<style>
span { border-color: #C3CF64; }
span { border-color: rgb(195,207,100); }
td.TdClassName
{
border-color: #C3CF64;
}
.TagClassName
{
border-color: #C3CF64;
}
</style>