Shades of Wild Willow #CAC95E
Tints of Wild Willow #CAC95E
RGB
CMYK
RGB Variations
Color information
#CAC95E (or 0xCAC95E) is known color: Wild Willow. HEX triplet: CA, C9 and 5E. RGB value is (202,201,94). Sum of RGB (Red+Green+Blue) = 202+201+94=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC95E is #3536A1. Grayscale: #BDBDBD. Windows color (decimal): -3487394 or 6212042. OLE color: 6212042.
HSL color Cylindrical-coordinate representation of color #CAC95E: hue angle of 59.44º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CAC95E is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 94 | - |
| CMYK | 0 | 0.00 | 0.53 | 0.21 |
| HSL | 59.44º | 0.5% | 0.58% | - |
| HSV(B) | 59.44º | 0.53% | 0.79% | - |
| XYZ | 47.26 | 55.14 | 18.74 | - |
| YUV | 189.1 | 74.33 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 94 | 0 | 0.00 | 0.53 | 0.21 | 59.44 | 0.5 | 0.58 |
| Hex | CA | C9 | 5E | 0 | 0 | 35 | 15 | 3B | 32 | 3A |
| Octal | 312 | 311 | 136 | 0 | 0 | 65 | 25 | 73 | 62 | 72 |
| Binary | 11001010 | 11001001 | 1011110 | 0 | 0 | 110101 | 10101 | 111011 | 110010 | 111010 |
Color Harmonies of #CAC95E
Complementary color
Monochromatic Colors of #CAC95E
Black with #CAC95E
Text Example
Text Example
White with #CAC95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC95E; }
p { color: rgb(202,201,94); }
H1.HeaderClassName
{
color: #CAC95E;
}
.AnyTagClassName
{
color: #CAC95E;
}
</style>
background-color css
<style>
a { background-color: #CAC95E; }
a { background-color: rgb(202,201,94); }
div.DivClassName
{
background-color: #CAC95E;
}
.BgClassName
{
background-color: #CAC95E;
}
</style>
border-color css
<style>
span { border-color: #CAC95E; }
span { border-color: rgb(202,201,94); }
td.TdClassName
{
border-color: #CAC95E;
}
.TagClassName
{
border-color: #CAC95E;
}
</style>