Shades of Wild Willow #CACB5E
Tints of Wild Willow #CACB5E
RGB
CMYK
RGB Variations
Color information
#CACB5E (or 0xCACB5E) is known color: Wild Willow. HEX triplet: CA, CB and 5E. RGB value is (202,203,94). Sum of RGB (Red+Green+Blue) = 202+203+94=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 94 (37.11% from 255 or 18.84% from 499); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB5E is #3534A1. Grayscale: #BEBEBE. Windows color (decimal): -3486882 or 6212554. OLE color: 6212554.
HSL color Cylindrical-coordinate representation of color #CACB5E: hue angle of 60.55º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CACB5E is Cyan = 0.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 94 | - |
| CMYK | 0.00 | 0 | 0.54 | 0.20 |
| HSL | 60.55º | 0.51% | 0.58% | - |
| HSV(B) | 60.55º | 0.54% | 0.8% | - |
| XYZ | 47.73 | 56.08 | 18.9 | - |
| YUV | 190.28 | 73.67 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 94 | 0.00 | 0 | 0.54 | 0.20 | 60.55 | 0.51 | 0.58 |
| Hex | CA | CB | 5E | 0 | 0 | 36 | 14 | 3D | 33 | 3A |
| Octal | 312 | 313 | 136 | 0 | 0 | 66 | 24 | 75 | 63 | 72 |
| Binary | 11001010 | 11001011 | 1011110 | 0 | 0 | 110110 | 10100 | 111101 | 110011 | 111010 |
Color Harmonies of #CACB5E
Complementary color
Monochromatic Colors of #CACB5E
Black with #CACB5E
Text Example
Text Example
White with #CACB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB5E; }
p { color: rgb(202,203,94); }
H1.HeaderClassName
{
color: #CACB5E;
}
.AnyTagClassName
{
color: #CACB5E;
}
</style>
background-color css
<style>
a { background-color: #CACB5E; }
a { background-color: rgb(202,203,94); }
div.DivClassName
{
background-color: #CACB5E;
}
.BgClassName
{
background-color: #CACB5E;
}
</style>
border-color css
<style>
span { border-color: #CACB5E; }
span { border-color: rgb(202,203,94); }
td.TdClassName
{
border-color: #CACB5E;
}
.TagClassName
{
border-color: #CACB5E;
}
</style>