Shades of Wild Willow #CAC45A
Tints of Wild Willow #CAC45A
RGB
CMYK
RGB Variations
Color information
#CAC45A (or 0xCAC45A) is known color: Wild Willow. HEX triplet: CA, C4 and 5A. RGB value is (202,196,90). Sum of RGB (Red+Green+Blue) = 202+196+90=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 90 (35.55% from 255 or 18.44% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC45A is #353BA5. Grayscale: #BABABA. Windows color (decimal): -3488678 or 5948618. OLE color: 5948618.
HSL color Cylindrical-coordinate representation of color #CAC45A: hue angle of 56.79º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAC45A is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 90 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.21 |
| HSL | 56.79º | 0.51% | 0.57% | - |
| HSV(B) | 56.79º | 0.55% | 0.79% | - |
| XYZ | 45.94 | 52.77 | 17.44 | - |
| YUV | 185.71 | 73.99 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 90 | 0 | 0.03 | 0.55 | 0.21 | 56.79 | 0.51 | 0.57 |
| Hex | CA | C4 | 5A | 0 | 3 | 37 | 15 | 39 | 33 | 39 |
| Octal | 312 | 304 | 132 | 0 | 3 | 67 | 25 | 71 | 63 | 71 |
| Binary | 11001010 | 11000100 | 1011010 | 0 | 11 | 110111 | 10101 | 111001 | 110011 | 111001 |
Color Harmonies of #CAC45A
Complementary color
Monochromatic Colors of #CAC45A
Black with #CAC45A
Text Example
Text Example
White with #CAC45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC45A; }
p { color: rgb(202,196,90); }
H1.HeaderClassName
{
color: #CAC45A;
}
.AnyTagClassName
{
color: #CAC45A;
}
</style>
background-color css
<style>
a { background-color: #CAC45A; }
a { background-color: rgb(202,196,90); }
div.DivClassName
{
background-color: #CAC45A;
}
.BgClassName
{
background-color: #CAC45A;
}
</style>
border-color css
<style>
span { border-color: #CAC45A; }
span { border-color: rgb(202,196,90); }
td.TdClassName
{
border-color: #CAC45A;
}
.TagClassName
{
border-color: #CAC45A;
}
</style>