Shades of Wild Willow #CAC853
Tints of Wild Willow #CAC853
RGB
CMYK
RGB Variations
Color information
#CAC853 (or 0xCAC853) is known color: Wild Willow. HEX triplet: CA, C8 and 53. RGB value is (202,200,83). Sum of RGB (Red+Green+Blue) = 202+200+83=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 83 (32.81% from 255 or 17.11% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC853 is #3537AC. Grayscale: #BBBBBB. Windows color (decimal): -3487661 or 5490890. OLE color: 5490890.
HSL color Cylindrical-coordinate representation of color #CAC853: hue angle of 58.99º 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 #CAC853 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 83 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.21 |
| HSL | 58.99º | 0.53% | 0.56% | - |
| HSV(B) | 58.99º | 0.59% | 0.79% | - |
| XYZ | 46.57 | 54.49 | 16.25 | - |
| YUV | 187.26 | 69.16 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 83 | 0 | 0.01 | 0.59 | 0.21 | 58.99 | 0.53 | 0.56 |
| Hex | CA | C8 | 53 | 0 | 1 | 3B | 15 | 3B | 35 | 38 |
| Octal | 312 | 310 | 123 | 0 | 1 | 73 | 25 | 73 | 65 | 70 |
| Binary | 11001010 | 11001000 | 1010011 | 0 | 1 | 111011 | 10101 | 111011 | 110101 | 111000 |
Color Harmonies of #CAC853
Complementary color
Monochromatic Colors of #CAC853
Black with #CAC853
Text Example
Text Example
White with #CAC853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC853; }
p { color: rgb(202,200,83); }
H1.HeaderClassName
{
color: #CAC853;
}
.AnyTagClassName
{
color: #CAC853;
}
</style>
background-color css
<style>
a { background-color: #CAC853; }
a { background-color: rgb(202,200,83); }
div.DivClassName
{
background-color: #CAC853;
}
.BgClassName
{
background-color: #CAC853;
}
</style>
border-color css
<style>
span { border-color: #CAC853; }
span { border-color: rgb(202,200,83); }
td.TdClassName
{
border-color: #CAC853;
}
.TagClassName
{
border-color: #CAC853;
}
</style>