Shades of Wild Willow #CACB63
Tints of Wild Willow #CACB63
RGB
CMYK
RGB Variations
Color information
#CACB63 (or 0xCACB63) is known color: Wild Willow. HEX triplet: CA, CB and 63. RGB value is (202,203,99). Sum of RGB (Red+Green+Blue) = 202+203+99=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 99 (39.06% from 255 or 19.64% from 504); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB63 is #35349C. Grayscale: #BFBFBF. Windows color (decimal): -3486877 or 6540234. OLE color: 6540234.
HSL color Cylindrical-coordinate representation of color #CACB63: hue angle of 60.58º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CACB63 is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 99 | - |
| CMYK | 0.00 | 0 | 0.51 | 0.20 |
| HSL | 60.58º | 0.5% | 0.59% | - |
| HSV(B) | 60.58º | 0.51% | 0.8% | - |
| XYZ | 47.97 | 56.17 | 20.12 | - |
| YUV | 190.85 | 76.17 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 99 | 0.00 | 0 | 0.51 | 0.20 | 60.58 | 0.5 | 0.59 |
| Hex | CA | CB | 63 | 0 | 0 | 33 | 14 | 3D | 32 | 3B |
| Octal | 312 | 313 | 143 | 0 | 0 | 63 | 24 | 75 | 62 | 73 |
| Binary | 11001010 | 11001011 | 1100011 | 0 | 0 | 110011 | 10100 | 111101 | 110010 | 111011 |
Color Harmonies of #CACB63
Complementary color
Monochromatic Colors of #CACB63
Black with #CACB63
Text Example
Text Example
White with #CACB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB63; }
p { color: rgb(202,203,99); }
H1.HeaderClassName
{
color: #CACB63;
}
.AnyTagClassName
{
color: #CACB63;
}
</style>
background-color css
<style>
a { background-color: #CACB63; }
a { background-color: rgb(202,203,99); }
div.DivClassName
{
background-color: #CACB63;
}
.BgClassName
{
background-color: #CACB63;
}
</style>
border-color css
<style>
span { border-color: #CACB63; }
span { border-color: rgb(202,203,99); }
td.TdClassName
{
border-color: #CACB63;
}
.TagClassName
{
border-color: #CACB63;
}
</style>