Shades of Wild Willow #CAC452
Tints of Wild Willow #CAC452
RGB
CMYK
RGB Variations
Color information
#CAC452 (or 0xCAC452) is known color: Wild Willow. HEX triplet: CA, C4 and 52. RGB value is (202,196,82). Sum of RGB (Red+Green+Blue) = 202+196+82=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 82 (32.42% from 255 or 17.08% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC452 is #353BAD. Grayscale: #B9B9B9. Windows color (decimal): -3488686 or 5424330. OLE color: 5424330.
HSL color Cylindrical-coordinate representation of color #CAC452: hue angle of 57º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAC452 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 82 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.21 |
| HSL | 57º | 0.53% | 0.56% | - |
| HSV(B) | 57º | 0.59% | 0.79% | - |
| XYZ | 45.62 | 52.65 | 15.74 | - |
| YUV | 184.8 | 69.99 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 82 | 0 | 0.03 | 0.59 | 0.21 | 57 | 0.53 | 0.56 |
| Hex | CA | C4 | 52 | 0 | 3 | 3B | 15 | 39 | 35 | 38 |
| Octal | 312 | 304 | 122 | 0 | 3 | 73 | 25 | 71 | 65 | 70 |
| Binary | 11001010 | 11000100 | 1010010 | 0 | 11 | 111011 | 10101 | 111001 | 110101 | 111000 |
Color Harmonies of #CAC452
Complementary color
Monochromatic Colors of #CAC452
Black with #CAC452
Text Example
Text Example
White with #CAC452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC452; }
p { color: rgb(202,196,82); }
H1.HeaderClassName
{
color: #CAC452;
}
.AnyTagClassName
{
color: #CAC452;
}
</style>
background-color css
<style>
a { background-color: #CAC452; }
a { background-color: rgb(202,196,82); }
div.DivClassName
{
background-color: #CAC452;
}
.BgClassName
{
background-color: #CAC452;
}
</style>
border-color css
<style>
span { border-color: #CAC452; }
span { border-color: rgb(202,196,82); }
td.TdClassName
{
border-color: #CAC452;
}
.TagClassName
{
border-color: #CAC452;
}
</style>