Shades of Wild Willow #CACF65
Tints of Wild Willow #CACF65
RGB
CMYK
RGB Variations
Color information
#CACF65 (or 0xCACF65) is known color: Wild Willow. HEX triplet: CA, CF and 65. RGB value is (202,207,101). Sum of RGB (Red+Green+Blue) = 202+207+101=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 101 (39.84% from 255 or 19.80% from 510); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACF65 is #35309A. Grayscale: #C1C1C1. Windows color (decimal): -3485851 or 6672330. OLE color: 6672330.
HSL color Cylindrical-coordinate representation of color #CACF65: hue angle of 62.83º 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 #CACF65 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 101 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.19 |
| HSL | 62.83º | 0.52% | 0.6% | - |
| HSV(B) | 62.83º | 0.51% | 0.81% | - |
| XYZ | 49.02 | 58.12 | 20.95 | - |
| YUV | 193.42 | 75.84 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 101 | 0.02 | 0 | 0.51 | 0.19 | 62.83 | 0.52 | 0.6 |
| Hex | CA | CF | 65 | 2 | 0 | 33 | 13 | 3F | 34 | 3C |
| Octal | 312 | 317 | 145 | 2 | 0 | 63 | 23 | 77 | 64 | 74 |
| Binary | 11001010 | 11001111 | 1100101 | 10 | 0 | 110011 | 10011 | 111111 | 110100 | 111100 |
Color Harmonies of #CACF65
Complementary color
Monochromatic Colors of #CACF65
Black with #CACF65
Text Example
Text Example
White with #CACF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF65; }
p { color: rgb(202,207,101); }
H1.HeaderClassName
{
color: #CACF65;
}
.AnyTagClassName
{
color: #CACF65;
}
</style>
background-color css
<style>
a { background-color: #CACF65; }
a { background-color: rgb(202,207,101); }
div.DivClassName
{
background-color: #CACF65;
}
.BgClassName
{
background-color: #CACF65;
}
</style>
border-color css
<style>
span { border-color: #CACF65; }
span { border-color: rgb(202,207,101); }
td.TdClassName
{
border-color: #CACF65;
}
.TagClassName
{
border-color: #CACF65;
}
</style>