Shades of Wild Willow #CACB58
Tints of Wild Willow #CACB58
RGB
CMYK
RGB Variations
Color information
#CACB58 (or 0xCACB58) is known color: Wild Willow. HEX triplet: CA, CB and 58. RGB value is (202,203,88). Sum of RGB (Red+Green+Blue) = 202+203+88=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 88 (34.77% from 255 or 17.85% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB58 is #3534A7. Grayscale: #BEBEBE. Windows color (decimal): -3486888 or 5819338. OLE color: 5819338.
HSL color Cylindrical-coordinate representation of color #CACB58: hue angle of 60.52º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CACB58 is Cyan = 0.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 88 | - |
| CMYK | 0.00 | 0 | 0.57 | 0.20 |
| HSL | 60.52º | 0.53% | 0.57% | - |
| HSV(B) | 60.52º | 0.57% | 0.8% | - |
| XYZ | 47.47 | 55.97 | 17.53 | - |
| YUV | 189.59 | 70.67 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 88 | 0.00 | 0 | 0.57 | 0.20 | 60.52 | 0.53 | 0.57 |
| Hex | CA | CB | 58 | 0 | 0 | 39 | 14 | 3D | 35 | 39 |
| Octal | 312 | 313 | 130 | 0 | 0 | 71 | 24 | 75 | 65 | 71 |
| Binary | 11001010 | 11001011 | 1011000 | 0 | 0 | 111001 | 10100 | 111101 | 110101 | 111001 |
Color Harmonies of #CACB58
Complementary color
Monochromatic Colors of #CACB58
Black with #CACB58
Text Example
Text Example
White with #CACB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB58; }
p { color: rgb(202,203,88); }
H1.HeaderClassName
{
color: #CACB58;
}
.AnyTagClassName
{
color: #CACB58;
}
</style>
background-color css
<style>
a { background-color: #CACB58; }
a { background-color: rgb(202,203,88); }
div.DivClassName
{
background-color: #CACB58;
}
.BgClassName
{
background-color: #CACB58;
}
</style>
border-color css
<style>
span { border-color: #CACB58; }
span { border-color: rgb(202,203,88); }
td.TdClassName
{
border-color: #CACB58;
}
.TagClassName
{
border-color: #CACB58;
}
</style>