Shades of Wild Willow #CACB59
Tints of Wild Willow #CACB59
RGB
CMYK
RGB Variations
Color information
#CACB59 (or 0xCACB59) is known color: Wild Willow. HEX triplet: CA, CB and 59. RGB value is (202,203,89). Sum of RGB (Red+Green+Blue) = 202+203+89=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 89 (35.16% from 255 or 18.02% from 494); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB59 is #3534A6. Grayscale: #BEBEBE. Windows color (decimal): -3486887 or 5884874. OLE color: 5884874.
HSL color Cylindrical-coordinate representation of color #CACB59: hue angle of 60.53º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CACB59 is Cyan = 0.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 89 | - |
| CMYK | 0.00 | 0 | 0.56 | 0.20 |
| HSL | 60.53º | 0.52% | 0.57% | - |
| HSV(B) | 60.53º | 0.56% | 0.8% | - |
| XYZ | 47.52 | 55.99 | 17.75 | - |
| YUV | 189.71 | 71.17 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 89 | 0.00 | 0 | 0.56 | 0.20 | 60.53 | 0.52 | 0.57 |
| Hex | CA | CB | 59 | 0 | 0 | 38 | 14 | 3D | 34 | 39 |
| Octal | 312 | 313 | 131 | 0 | 0 | 70 | 24 | 75 | 64 | 71 |
| Binary | 11001010 | 11001011 | 1011001 | 0 | 0 | 111000 | 10100 | 111101 | 110100 | 111001 |
Color Harmonies of #CACB59
Complementary color
Monochromatic Colors of #CACB59
Black with #CACB59
Text Example
Text Example
White with #CACB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB59; }
p { color: rgb(202,203,89); }
H1.HeaderClassName
{
color: #CACB59;
}
.AnyTagClassName
{
color: #CACB59;
}
</style>
background-color css
<style>
a { background-color: #CACB59; }
a { background-color: rgb(202,203,89); }
div.DivClassName
{
background-color: #CACB59;
}
.BgClassName
{
background-color: #CACB59;
}
</style>
border-color css
<style>
span { border-color: #CACB59; }
span { border-color: rgb(202,203,89); }
td.TdClassName
{
border-color: #CACB59;
}
.TagClassName
{
border-color: #CACB59;
}
</style>