Shades of Wild Willow #CAC658
Tints of Wild Willow #CAC658
RGB
CMYK
RGB Variations
Color information
#CAC658 (or 0xCAC658) is known color: Wild Willow. HEX triplet: CA, C6 and 58. RGB value is (202,198,88). Sum of RGB (Red+Green+Blue) = 202+198+88=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 88 (34.77% from 255 or 18.03% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC658 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC658 is #3539A7. Grayscale: #BBBBBB. Windows color (decimal): -3488168 or 5818058. OLE color: 5818058.
HSL color Cylindrical-coordinate representation of color #CAC658: hue angle of 57.89º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAC658 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 88 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.21 |
| HSL | 57.89º | 0.52% | 0.57% | - |
| HSV(B) | 57.89º | 0.56% | 0.79% | - |
| XYZ | 46.31 | 53.65 | 17.15 | - |
| YUV | 186.66 | 72.33 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 88 | 0 | 0.02 | 0.56 | 0.21 | 57.89 | 0.52 | 0.57 |
| Hex | CA | C6 | 58 | 0 | 2 | 38 | 15 | 3A | 34 | 39 |
| Octal | 312 | 306 | 130 | 0 | 2 | 70 | 25 | 72 | 64 | 71 |
| Binary | 11001010 | 11000110 | 1011000 | 0 | 10 | 111000 | 10101 | 111010 | 110100 | 111001 |
Color Harmonies of #CAC658
Complementary color
Monochromatic Colors of #CAC658
Black with #CAC658
Text Example
Text Example
White with #CAC658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC658; }
p { color: rgb(202,198,88); }
H1.HeaderClassName
{
color: #CAC658;
}
.AnyTagClassName
{
color: #CAC658;
}
</style>
background-color css
<style>
a { background-color: #CAC658; }
a { background-color: rgb(202,198,88); }
div.DivClassName
{
background-color: #CAC658;
}
.BgClassName
{
background-color: #CAC658;
}
</style>
border-color css
<style>
span { border-color: #CAC658; }
span { border-color: rgb(202,198,88); }
td.TdClassName
{
border-color: #CAC658;
}
.TagClassName
{
border-color: #CAC658;
}
</style>