Shades of Wild Willow #CAC753
Tints of Wild Willow #CAC753
RGB
CMYK
RGB Variations
Color information
#CAC753 (or 0xCAC753) is known color: Wild Willow. HEX triplet: CA, C7 and 53. RGB value is (202,199,83). Sum of RGB (Red+Green+Blue) = 202+199+83=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 199 (78.12% from 255 or 41.12% from 484); Blue value is 83 (32.81% from 255 or 17.15% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC753 is #3538AC. Grayscale: #BBBBBB. Windows color (decimal): -3487917 or 5490634. OLE color: 5490634.
HSL color Cylindrical-coordinate representation of color #CAC753: hue angle of 58.49º 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 #CAC753 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 83 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.21 |
| HSL | 58.49º | 0.53% | 0.56% | - |
| HSV(B) | 58.49º | 0.59% | 0.79% | - |
| XYZ | 46.34 | 54.03 | 16.17 | - |
| YUV | 186.67 | 69.49 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 83 | 0 | 0.01 | 0.59 | 0.21 | 58.49 | 0.53 | 0.56 |
| Hex | CA | C7 | 53 | 0 | 1 | 3B | 15 | 3A | 35 | 38 |
| Octal | 312 | 307 | 123 | 0 | 1 | 73 | 25 | 72 | 65 | 70 |
| Binary | 11001010 | 11000111 | 1010011 | 0 | 1 | 111011 | 10101 | 111010 | 110101 | 111000 |
Color Harmonies of #CAC753
Complementary color
Monochromatic Colors of #CAC753
Black with #CAC753
Text Example
Text Example
White with #CAC753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC753; }
p { color: rgb(202,199,83); }
H1.HeaderClassName
{
color: #CAC753;
}
.AnyTagClassName
{
color: #CAC753;
}
</style>
background-color css
<style>
a { background-color: #CAC753; }
a { background-color: rgb(202,199,83); }
div.DivClassName
{
background-color: #CAC753;
}
.BgClassName
{
background-color: #CAC753;
}
</style>
border-color css
<style>
span { border-color: #CAC753; }
span { border-color: rgb(202,199,83); }
td.TdClassName
{
border-color: #CAC753;
}
.TagClassName
{
border-color: #CAC753;
}
</style>