Shades of Wild Willow #CACB62
Tints of Wild Willow #CACB62
RGB
CMYK
RGB Variations
Color information
#CACB62 (or 0xCACB62) is known color: Wild Willow. HEX triplet: CA, CB and 62. RGB value is (202,203,98). Sum of RGB (Red+Green+Blue) = 202+203+98=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 98 (38.67% from 255 or 19.48% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB62 is #35349D. Grayscale: #BFBFBF. Windows color (decimal): -3486878 or 6474698. OLE color: 6474698.
HSL color Cylindrical-coordinate representation of color #CACB62: 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 #CACB62 is Cyan = 0.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 98 | - |
| 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.92 | 56.15 | 19.87 | - |
| YUV | 190.73 | 75.67 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 98 | 0.00 | 0 | 0.52 | 0.20 | 60.57 | 0.5 | 0.59 |
| Hex | CA | CB | 62 | 0 | 0 | 34 | 14 | 3D | 32 | 3B |
| Octal | 312 | 313 | 142 | 0 | 0 | 64 | 24 | 75 | 62 | 73 |
| Binary | 11001010 | 11001011 | 1100010 | 0 | 0 | 110100 | 10100 | 111101 | 110010 | 111011 |
Color Harmonies of #CACB62
Complementary color
Monochromatic Colors of #CACB62
Black with #CACB62
Text Example
Text Example
White with #CACB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB62; }
p { color: rgb(202,203,98); }
H1.HeaderClassName
{
color: #CACB62;
}
.AnyTagClassName
{
color: #CACB62;
}
</style>
background-color css
<style>
a { background-color: #CACB62; }
a { background-color: rgb(202,203,98); }
div.DivClassName
{
background-color: #CACB62;
}
.BgClassName
{
background-color: #CACB62;
}
</style>
border-color css
<style>
span { border-color: #CACB62; }
span { border-color: rgb(202,203,98); }
td.TdClassName
{
border-color: #CACB62;
}
.TagClassName
{
border-color: #CACB62;
}
</style>