Shades of Wild Willow #CACB6E
Tints of Wild Willow #CACB6E
RGB
CMYK
RGB Variations
Color information
#CACB6E (or 0xCACB6E) is known color: Wild Willow. HEX triplet: CA, CB and 6E. RGB value is (202,203,110). Sum of RGB (Red+Green+Blue) = 202+203+110=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 110 (43.36% from 255 or 21.36% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB6E is #353491. Grayscale: #C0C0C0. Windows color (decimal): -3486866 or 7261130. OLE color: 7261130.
HSL color Cylindrical-coordinate representation of color #CACB6E: hue angle of 60.65º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CACB6E is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 110 | - |
| CMYK | 0.00 | 0 | 0.46 | 0.20 |
| HSL | 60.65º | 0.47% | 0.61% | - |
| HSV(B) | 60.65º | 0.46% | 0.8% | - |
| XYZ | 48.53 | 56.39 | 23.08 | - |
| YUV | 192.1 | 81.67 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 110 | 0.00 | 0 | 0.46 | 0.20 | 60.65 | 0.47 | 0.61 |
| Hex | CA | CB | 6E | 0 | 0 | 2E | 14 | 3D | 2F | 3D |
| Octal | 312 | 313 | 156 | 0 | 0 | 56 | 24 | 75 | 57 | 75 |
| Binary | 11001010 | 11001011 | 1101110 | 0 | 0 | 101110 | 10100 | 111101 | 101111 | 111101 |
Color Harmonies of #CACB6E
Complementary color
Monochromatic Colors of #CACB6E
Black with #CACB6E
Text Example
Text Example
White with #CACB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB6E; }
p { color: rgb(202,203,110); }
H1.HeaderClassName
{
color: #CACB6E;
}
.AnyTagClassName
{
color: #CACB6E;
}
</style>
background-color css
<style>
a { background-color: #CACB6E; }
a { background-color: rgb(202,203,110); }
div.DivClassName
{
background-color: #CACB6E;
}
.BgClassName
{
background-color: #CACB6E;
}
</style>
border-color css
<style>
span { border-color: #CACB6E; }
span { border-color: rgb(202,203,110); }
td.TdClassName
{
border-color: #CACB6E;
}
.TagClassName
{
border-color: #CACB6E;
}
</style>