Shades of Wild Willow #CACE6D
Tints of Wild Willow #CACE6D
RGB
CMYK
RGB Variations
Color information
#CACE6D (or 0xCACE6D) is known color: Wild Willow. HEX triplet: CA, CE and 6D. RGB value is (202,206,109). Sum of RGB (Red+Green+Blue) = 202+206+109=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACE6D is #353192. Grayscale: #C2C2C2. Windows color (decimal): -3486099 or 7196362. OLE color: 7196362.
HSL color Cylindrical-coordinate representation of color #CACE6D: hue angle of 62.47º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CACE6D is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 109 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.19 |
| HSL | 62.47º | 0.5% | 0.62% | - |
| HSV(B) | 62.47º | 0.47% | 0.81% | - |
| XYZ | 49.19 | 57.8 | 23.03 | - |
| YUV | 193.75 | 80.17 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 109 | 0.02 | 0 | 0.47 | 0.19 | 62.47 | 0.5 | 0.62 |
| Hex | CA | CE | 6D | 2 | 0 | 2F | 13 | 3E | 32 | 3E |
| Octal | 312 | 316 | 155 | 2 | 0 | 57 | 23 | 76 | 62 | 76 |
| Binary | 11001010 | 11001110 | 1101101 | 10 | 0 | 101111 | 10011 | 111110 | 110010 | 111110 |
Color Harmonies of #CACE6D
Complementary color
Monochromatic Colors of #CACE6D
Black with #CACE6D
Text Example
Text Example
White with #CACE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACE6D; }
p { color: rgb(202,206,109); }
H1.HeaderClassName
{
color: #CACE6D;
}
.AnyTagClassName
{
color: #CACE6D;
}
</style>
background-color css
<style>
a { background-color: #CACE6D; }
a { background-color: rgb(202,206,109); }
div.DivClassName
{
background-color: #CACE6D;
}
.BgClassName
{
background-color: #CACE6D;
}
</style>
border-color css
<style>
span { border-color: #CACE6D; }
span { border-color: rgb(202,206,109); }
td.TdClassName
{
border-color: #CACE6D;
}
.TagClassName
{
border-color: #CACE6D;
}
</style>