Shades of Wild Willow #CAC655
Tints of Wild Willow #CAC655
RGB
CMYK
RGB Variations
Color information
#CAC655 (or 0xCAC655) is known color: Wild Willow. HEX triplet: CA, C6 and 55. RGB value is (202,198,85). Sum of RGB (Red+Green+Blue) = 202+198+85=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC655 is #3539AA. Grayscale: #BABABA. Windows color (decimal): -3488171 or 5621450. OLE color: 5621450.
HSL color Cylindrical-coordinate representation of color #CAC655: hue angle of 57.95º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CAC655 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 85 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.21 |
| HSL | 57.95º | 0.52% | 0.56% | - |
| HSV(B) | 57.95º | 0.58% | 0.79% | - |
| XYZ | 46.19 | 53.6 | 16.51 | - |
| YUV | 186.31 | 70.83 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 85 | 0 | 0.02 | 0.58 | 0.21 | 57.95 | 0.52 | 0.56 |
| Hex | CA | C6 | 55 | 0 | 2 | 3A | 15 | 3A | 34 | 38 |
| Octal | 312 | 306 | 125 | 0 | 2 | 72 | 25 | 72 | 64 | 70 |
| Binary | 11001010 | 11000110 | 1010101 | 0 | 10 | 111010 | 10101 | 111010 | 110100 | 111000 |
Color Harmonies of #CAC655
Complementary color
Monochromatic Colors of #CAC655
Black with #CAC655
Text Example
Text Example
White with #CAC655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC655; }
p { color: rgb(202,198,85); }
H1.HeaderClassName
{
color: #CAC655;
}
.AnyTagClassName
{
color: #CAC655;
}
</style>
background-color css
<style>
a { background-color: #CAC655; }
a { background-color: rgb(202,198,85); }
div.DivClassName
{
background-color: #CAC655;
}
.BgClassName
{
background-color: #CAC655;
}
</style>
border-color css
<style>
span { border-color: #CAC655; }
span { border-color: rgb(202,198,85); }
td.TdClassName
{
border-color: #CAC655;
}
.TagClassName
{
border-color: #CAC655;
}
</style>