Shades of Wild Willow #CACF6C
Tints of Wild Willow #CACF6C
RGB
CMYK
RGB Variations
Color information
#CACF6C (or 0xCACF6C) is known color: Wild Willow. HEX triplet: CA, CF and 6C. RGB value is (202,207,108). Sum of RGB (Red+Green+Blue) = 202+207+108=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 108 (42.58% from 255 or 20.89% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACF6C is #353093. Grayscale: #C2C2C2. Windows color (decimal): -3485844 or 7131082. OLE color: 7131082.
HSL color Cylindrical-coordinate representation of color #CACF6C: hue angle of 63.03º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CACF6C is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 108 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.19 |
| HSL | 63.03º | 0.51% | 0.62% | - |
| HSV(B) | 63.03º | 0.48% | 0.81% | - |
| XYZ | 49.38 | 58.26 | 22.83 | - |
| YUV | 194.22 | 79.34 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 108 | 0.02 | 0 | 0.48 | 0.19 | 63.03 | 0.51 | 0.62 |
| Hex | CA | CF | 6C | 2 | 0 | 30 | 13 | 3F | 33 | 3E |
| Octal | 312 | 317 | 154 | 2 | 0 | 60 | 23 | 77 | 63 | 76 |
| Binary | 11001010 | 11001111 | 1101100 | 10 | 0 | 110000 | 10011 | 111111 | 110011 | 111110 |
Color Harmonies of #CACF6C
Complementary color
Monochromatic Colors of #CACF6C
Black with #CACF6C
Text Example
Text Example
White with #CACF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF6C; }
p { color: rgb(202,207,108); }
H1.HeaderClassName
{
color: #CACF6C;
}
.AnyTagClassName
{
color: #CACF6C;
}
</style>
background-color css
<style>
a { background-color: #CACF6C; }
a { background-color: rgb(202,207,108); }
div.DivClassName
{
background-color: #CACF6C;
}
.BgClassName
{
background-color: #CACF6C;
}
</style>
border-color css
<style>
span { border-color: #CACF6C; }
span { border-color: rgb(202,207,108); }
td.TdClassName
{
border-color: #CACF6C;
}
.TagClassName
{
border-color: #CACF6C;
}
</style>