Shades of Wild Willow #CACB6D
Tints of Wild Willow #CACB6D
RGB
CMYK
RGB Variations
Color information
#CACB6D (or 0xCACB6D) is known color: Wild Willow. HEX triplet: CA, CB and 6D. RGB value is (202,203,109). Sum of RGB (Red+Green+Blue) = 202+203+109=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB6D is #353492. Grayscale: #C0C0C0. Windows color (decimal): -3486867 or 7195594. OLE color: 7195594.
HSL color Cylindrical-coordinate representation of color #CACB6D: hue angle of 60.64º 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 #CACB6D is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 109 | - |
| CMYK | 0.00 | 0 | 0.46 | 0.20 |
| HSL | 60.64º | 0.47% | 0.61% | - |
| HSV(B) | 60.64º | 0.46% | 0.8% | - |
| XYZ | 48.47 | 56.37 | 22.79 | - |
| YUV | 191.99 | 81.17 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 109 | 0.00 | 0 | 0.46 | 0.20 | 60.64 | 0.47 | 0.61 |
| Hex | CA | CB | 6D | 0 | 0 | 2E | 14 | 3D | 2F | 3D |
| Octal | 312 | 313 | 155 | 0 | 0 | 56 | 24 | 75 | 57 | 75 |
| Binary | 11001010 | 11001011 | 1101101 | 0 | 0 | 101110 | 10100 | 111101 | 101111 | 111101 |
Color Harmonies of #CACB6D
Complementary color
Monochromatic Colors of #CACB6D
Black with #CACB6D
Text Example
Text Example
White with #CACB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB6D; }
p { color: rgb(202,203,109); }
H1.HeaderClassName
{
color: #CACB6D;
}
.AnyTagClassName
{
color: #CACB6D;
}
</style>
background-color css
<style>
a { background-color: #CACB6D; }
a { background-color: rgb(202,203,109); }
div.DivClassName
{
background-color: #CACB6D;
}
.BgClassName
{
background-color: #CACB6D;
}
</style>
border-color css
<style>
span { border-color: #CACB6D; }
span { border-color: rgb(202,203,109); }
td.TdClassName
{
border-color: #CACB6D;
}
.TagClassName
{
border-color: #CACB6D;
}
</style>