Shades of Wild Willow #CAC651
Tints of Wild Willow #CAC651
RGB
CMYK
RGB Variations
Color information
#CAC651 (or 0xCAC651) is known color: Wild Willow. HEX triplet: CA, C6 and 51. RGB value is (202,198,81). Sum of RGB (Red+Green+Blue) = 202+198+81=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 81 (32.03% from 255 or 16.84% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC651 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC651 is #3539AE. Grayscale: #BABABA. Windows color (decimal): -3488175 or 5359306. OLE color: 5359306.
HSL color Cylindrical-coordinate representation of color #CAC651: hue angle of 58.02º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAC651 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 81 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.21 |
| HSL | 58.02º | 0.53% | 0.55% | - |
| HSV(B) | 58.02º | 0.6% | 0.79% | - |
| XYZ | 46.04 | 53.54 | 15.69 | - |
| YUV | 185.86 | 68.83 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 81 | 0 | 0.02 | 0.60 | 0.21 | 58.02 | 0.53 | 0.55 |
| Hex | CA | C6 | 51 | 0 | 2 | 3C | 15 | 3A | 35 | 37 |
| Octal | 312 | 306 | 121 | 0 | 2 | 74 | 25 | 72 | 65 | 67 |
| Binary | 11001010 | 11000110 | 1010001 | 0 | 10 | 111100 | 10101 | 111010 | 110101 | 110111 |
Color Harmonies of #CAC651
Complementary color
Monochromatic Colors of #CAC651
Black with #CAC651
Text Example
Text Example
White with #CAC651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC651; }
p { color: rgb(202,198,81); }
H1.HeaderClassName
{
color: #CAC651;
}
.AnyTagClassName
{
color: #CAC651;
}
</style>
background-color css
<style>
a { background-color: #CAC651; }
a { background-color: rgb(202,198,81); }
div.DivClassName
{
background-color: #CAC651;
}
.BgClassName
{
background-color: #CAC651;
}
</style>
border-color css
<style>
span { border-color: #CAC651; }
span { border-color: rgb(202,198,81); }
td.TdClassName
{
border-color: #CAC651;
}
.TagClassName
{
border-color: #CAC651;
}
</style>