Shades of Wild Willow #CACA6C
Tints of Wild Willow #CACA6C
RGB
CMYK
RGB Variations
Color information
#CACA6C (or 0xCACA6C) is known color: Wild Willow. HEX triplet: CA, CA and 6C. RGB value is (202,202,108). Sum of RGB (Red+Green+Blue) = 202+202+108=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACA6C is #353593. Grayscale: #BFBFBF. Windows color (decimal): -3487124 or 7129802. OLE color: 7129802.
HSL color Cylindrical-coordinate representation of color #CACA6C: hue angle of 60º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CACA6C is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 202 | 108 | - |
| CMYK | 0 | 0 | 0.47 | 0.21 |
| HSL | 60º | 0.47% | 0.61% | - |
| HSV(B) | 60º | 0.47% | 0.79% | - |
| XYZ | 48.18 | 55.88 | 22.43 | - |
| YUV | 191.28 | 81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 108 | 0 | 0 | 0.47 | 0.21 | 60 | 0.47 | 0.61 |
| Hex | CA | CA | 6C | 0 | 0 | 2F | 15 | 3C | 2F | 3D |
| Octal | 312 | 312 | 154 | 0 | 0 | 57 | 25 | 74 | 57 | 75 |
| Binary | 11001010 | 11001010 | 1101100 | 0 | 0 | 101111 | 10101 | 111100 | 101111 | 111101 |
Color Harmonies of #CACA6C
Complementary color
Monochromatic Colors of #CACA6C
Black with #CACA6C
Text Example
Text Example
White with #CACA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACA6C; }
p { color: rgb(202,202,108); }
H1.HeaderClassName
{
color: #CACA6C;
}
.AnyTagClassName
{
color: #CACA6C;
}
</style>
background-color css
<style>
a { background-color: #CACA6C; }
a { background-color: rgb(202,202,108); }
div.DivClassName
{
background-color: #CACA6C;
}
.BgClassName
{
background-color: #CACA6C;
}
</style>
border-color css
<style>
span { border-color: #CACA6C; }
span { border-color: rgb(202,202,108); }
td.TdClassName
{
border-color: #CACA6C;
}
.TagClassName
{
border-color: #CACA6C;
}
</style>