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