Shades of Wild Willow #CAC653
Tints of Wild Willow #CAC653
RGB
CMYK
RGB Variations
Color information
#CAC653 (or 0xCAC653) is known color: Wild Willow. HEX triplet: CA, C6 and 53. RGB value is (202,198,83). Sum of RGB (Red+Green+Blue) = 202+198+83=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 83 (32.81% from 255 or 17.18% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC653 is #3539AC. Grayscale: #BABABA. Windows color (decimal): -3488173 or 5490378. OLE color: 5490378.
HSL color Cylindrical-coordinate representation of color #CAC653: hue angle of 57.98º 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 #CAC653 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 83 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.21 |
| HSL | 57.98º | 0.53% | 0.56% | - |
| HSV(B) | 57.98º | 0.59% | 0.79% | - |
| XYZ | 46.11 | 53.57 | 16.09 | - |
| YUV | 186.09 | 69.83 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 83 | 0 | 0.02 | 0.59 | 0.21 | 57.98 | 0.53 | 0.56 |
| Hex | CA | C6 | 53 | 0 | 2 | 3B | 15 | 3A | 35 | 38 |
| Octal | 312 | 306 | 123 | 0 | 2 | 73 | 25 | 72 | 65 | 70 |
| Binary | 11001010 | 11000110 | 1010011 | 0 | 10 | 111011 | 10101 | 111010 | 110101 | 111000 |
Color Harmonies of #CAC653
Complementary color
Monochromatic Colors of #CAC653
Black with #CAC653
Text Example
Text Example
White with #CAC653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC653; }
p { color: rgb(202,198,83); }
H1.HeaderClassName
{
color: #CAC653;
}
.AnyTagClassName
{
color: #CAC653;
}
</style>
background-color css
<style>
a { background-color: #CAC653; }
a { background-color: rgb(202,198,83); }
div.DivClassName
{
background-color: #CAC653;
}
.BgClassName
{
background-color: #CAC653;
}
</style>
border-color css
<style>
span { border-color: #CAC653; }
span { border-color: rgb(202,198,83); }
td.TdClassName
{
border-color: #CAC653;
}
.TagClassName
{
border-color: #CAC653;
}
</style>