Shades of Wild Willow #CACA63
Tints of Wild Willow #CACA63
RGB
CMYK
RGB Variations
Color information
#CACA63 (or 0xCACA63) is known color: Wild Willow. HEX triplet: CA, CA and 63. RGB value is (202,202,99). Sum of RGB (Red+Green+Blue) = 202+202+99=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 99 (39.06% from 255 or 19.68% from 503); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACA63 is #35359C. Grayscale: #BEBEBE. Windows color (decimal): -3487133 or 6539978. OLE color: 6539978.
HSL color Cylindrical-coordinate representation of color #CACA63: hue angle of 60º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CACA63 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 202 | 99 | - |
| CMYK | 0 | 0 | 0.51 | 0.21 |
| HSL | 60º | 0.49% | 0.59% | - |
| HSV(B) | 60º | 0.51% | 0.79% | - |
| XYZ | 47.73 | 55.7 | 20.04 | - |
| YUV | 190.26 | 76.5 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 99 | 0 | 0 | 0.51 | 0.21 | 60 | 0.49 | 0.59 |
| Hex | CA | CA | 63 | 0 | 0 | 33 | 15 | 3C | 31 | 3B |
| Octal | 312 | 312 | 143 | 0 | 0 | 63 | 25 | 74 | 61 | 73 |
| Binary | 11001010 | 11001010 | 1100011 | 0 | 0 | 110011 | 10101 | 111100 | 110001 | 111011 |
Color Harmonies of #CACA63
Complementary color
Monochromatic Colors of #CACA63
Black with #CACA63
Text Example
Text Example
White with #CACA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACA63; }
p { color: rgb(202,202,99); }
H1.HeaderClassName
{
color: #CACA63;
}
.AnyTagClassName
{
color: #CACA63;
}
</style>
background-color css
<style>
a { background-color: #CACA63; }
a { background-color: rgb(202,202,99); }
div.DivClassName
{
background-color: #CACA63;
}
.BgClassName
{
background-color: #CACA63;
}
</style>
border-color css
<style>
span { border-color: #CACA63; }
span { border-color: rgb(202,202,99); }
td.TdClassName
{
border-color: #CACA63;
}
.TagClassName
{
border-color: #CACA63;
}
</style>