Shades of Wild Willow #CACF64
Tints of Wild Willow #CACF64
RGB
CMYK
RGB Variations
Color information
#CACF64 (or 0xCACF64) is known color: Wild Willow. HEX triplet: CA, CF and 64. RGB value is (202,207,100). Sum of RGB (Red+Green+Blue) = 202+207+100=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACF64 is #35309B. Grayscale: #C1C1C1. Windows color (decimal): -3485852 or 6606794. OLE color: 6606794.
HSL color Cylindrical-coordinate representation of color #CACF64: hue angle of 62.8º 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 #CACF64 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 100 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.19 |
| HSL | 62.8º | 0.53% | 0.6% | - |
| HSV(B) | 62.8º | 0.52% | 0.81% | - |
| XYZ | 48.97 | 58.1 | 20.69 | - |
| YUV | 193.31 | 75.34 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 100 | 0.02 | 0 | 0.52 | 0.19 | 62.8 | 0.53 | 0.6 |
| Hex | CA | CF | 64 | 2 | 0 | 34 | 13 | 3F | 35 | 3C |
| Octal | 312 | 317 | 144 | 2 | 0 | 64 | 23 | 77 | 65 | 74 |
| Binary | 11001010 | 11001111 | 1100100 | 10 | 0 | 110100 | 10011 | 111111 | 110101 | 111100 |
Color Harmonies of #CACF64
Complementary color
Monochromatic Colors of #CACF64
Black with #CACF64
Text Example
Text Example
White with #CACF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF64; }
p { color: rgb(202,207,100); }
H1.HeaderClassName
{
color: #CACF64;
}
.AnyTagClassName
{
color: #CACF64;
}
</style>
background-color css
<style>
a { background-color: #CACF64; }
a { background-color: rgb(202,207,100); }
div.DivClassName
{
background-color: #CACF64;
}
.BgClassName
{
background-color: #CACF64;
}
</style>
border-color css
<style>
span { border-color: #CACF64; }
span { border-color: rgb(202,207,100); }
td.TdClassName
{
border-color: #CACF64;
}
.TagClassName
{
border-color: #CACF64;
}
</style>