Shades of Wild Willow #CACB51
Tints of Wild Willow #CACB51
RGB
CMYK
RGB Variations
Color information
#CACB51 (or 0xCACB51) is known color: Wild Willow. HEX triplet: CA, CB and 51. RGB value is (202,203,81). Sum of RGB (Red+Green+Blue) = 202+203+81=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 81 (32.03% from 255 or 16.67% from 486); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB51 is #3534AE. Grayscale: #BDBDBD. Windows color (decimal): -3486895 or 5360586. OLE color: 5360586.
HSL color Cylindrical-coordinate representation of color #CACB51: hue angle of 60.49º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CACB51 is Cyan = 0.00, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 81 | - |
| CMYK | 0.00 | 0 | 0.60 | 0.20 |
| HSL | 60.49º | 0.54% | 0.56% | - |
| HSV(B) | 60.49º | 0.6% | 0.8% | - |
| XYZ | 47.2 | 55.86 | 16.08 | - |
| YUV | 188.79 | 67.17 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 81 | 0.00 | 0 | 0.60 | 0.20 | 60.49 | 0.54 | 0.56 |
| Hex | CA | CB | 51 | 0 | 0 | 3C | 14 | 3C | 36 | 38 |
| Octal | 312 | 313 | 121 | 0 | 0 | 74 | 24 | 74 | 66 | 70 |
| Binary | 11001010 | 11001011 | 1010001 | 0 | 0 | 111100 | 10100 | 111100 | 110110 | 111000 |
Color Harmonies of #CACB51
Complementary color
Monochromatic Colors of #CACB51
Black with #CACB51
Text Example
Text Example
White with #CACB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB51; }
p { color: rgb(202,203,81); }
H1.HeaderClassName
{
color: #CACB51;
}
.AnyTagClassName
{
color: #CACB51;
}
</style>
background-color css
<style>
a { background-color: #CACB51; }
a { background-color: rgb(202,203,81); }
div.DivClassName
{
background-color: #CACB51;
}
.BgClassName
{
background-color: #CACB51;
}
</style>
border-color css
<style>
span { border-color: #CACB51; }
span { border-color: rgb(202,203,81); }
td.TdClassName
{
border-color: #CACB51;
}
.TagClassName
{
border-color: #CACB51;
}
</style>