Shades of Wild Willow #CACB61
Tints of Wild Willow #CACB61
RGB
CMYK
RGB Variations
Color information
#CACB61 (or 0xCACB61) is known color: Wild Willow. HEX triplet: CA, CB and 61. RGB value is (202,203,97). Sum of RGB (Red+Green+Blue) = 202+203+97=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB61 is #35349E. Grayscale: #BFBFBF. Windows color (decimal): -3486879 or 6409162. OLE color: 6409162.
HSL color Cylindrical-coordinate representation of color #CACB61: hue angle of 60.57º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CACB61 is Cyan = 0.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 97 | - |
| CMYK | 0.00 | 0 | 0.52 | 0.20 |
| HSL | 60.57º | 0.5% | 0.59% | - |
| HSV(B) | 60.57º | 0.52% | 0.8% | - |
| XYZ | 47.87 | 56.13 | 19.62 | - |
| YUV | 190.62 | 75.17 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 97 | 0.00 | 0 | 0.52 | 0.20 | 60.57 | 0.5 | 0.59 |
| Hex | CA | CB | 61 | 0 | 0 | 34 | 14 | 3D | 32 | 3B |
| Octal | 312 | 313 | 141 | 0 | 0 | 64 | 24 | 75 | 62 | 73 |
| Binary | 11001010 | 11001011 | 1100001 | 0 | 0 | 110100 | 10100 | 111101 | 110010 | 111011 |
Color Harmonies of #CACB61
Complementary color
Monochromatic Colors of #CACB61
Black with #CACB61
Text Example
Text Example
White with #CACB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB61; }
p { color: rgb(202,203,97); }
H1.HeaderClassName
{
color: #CACB61;
}
.AnyTagClassName
{
color: #CACB61;
}
</style>
background-color css
<style>
a { background-color: #CACB61; }
a { background-color: rgb(202,203,97); }
div.DivClassName
{
background-color: #CACB61;
}
.BgClassName
{
background-color: #CACB61;
}
</style>
border-color css
<style>
span { border-color: #CACB61; }
span { border-color: rgb(202,203,97); }
td.TdClassName
{
border-color: #CACB61;
}
.TagClassName
{
border-color: #CACB61;
}
</style>