Shades of Wild Willow #CACB60
Tints of Wild Willow #CACB60
RGB
CMYK
RGB Variations
Color information
#CACB60 (or 0xCACB60) is known color: Wild Willow. HEX triplet: CA, CB and 60. RGB value is (202,203,96). Sum of RGB (Red+Green+Blue) = 202+203+96=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB60 is #35349F. Grayscale: #BEBEBE. Windows color (decimal): -3486880 or 6343626. OLE color: 6343626.
HSL color Cylindrical-coordinate representation of color #CACB60: hue angle of 60.56º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CACB60 is Cyan = 0.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 96 | - |
| CMYK | 0.00 | 0 | 0.53 | 0.20 |
| HSL | 60.56º | 0.51% | 0.59% | - |
| HSV(B) | 60.56º | 0.53% | 0.8% | - |
| XYZ | 47.82 | 56.11 | 19.38 | - |
| YUV | 190.5 | 74.67 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 96 | 0.00 | 0 | 0.53 | 0.20 | 60.56 | 0.51 | 0.59 |
| Hex | CA | CB | 60 | 0 | 0 | 35 | 14 | 3D | 33 | 3B |
| Octal | 312 | 313 | 140 | 0 | 0 | 65 | 24 | 75 | 63 | 73 |
| Binary | 11001010 | 11001011 | 1100000 | 0 | 0 | 110101 | 10100 | 111101 | 110011 | 111011 |
Color Harmonies of #CACB60
Complementary color
Monochromatic Colors of #CACB60
Black with #CACB60
Text Example
Text Example
White with #CACB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB60; }
p { color: rgb(202,203,96); }
H1.HeaderClassName
{
color: #CACB60;
}
.AnyTagClassName
{
color: #CACB60;
}
</style>
background-color css
<style>
a { background-color: #CACB60; }
a { background-color: rgb(202,203,96); }
div.DivClassName
{
background-color: #CACB60;
}
.BgClassName
{
background-color: #CACB60;
}
</style>
border-color css
<style>
span { border-color: #CACB60; }
span { border-color: rgb(202,203,96); }
td.TdClassName
{
border-color: #CACB60;
}
.TagClassName
{
border-color: #CACB60;
}
</style>