Shades of Wild Willow #CACB6C
Tints of Wild Willow #CACB6C
RGB
CMYK
RGB Variations
Color information
#CACB6C (or 0xCACB6C) is known color: Wild Willow. HEX triplet: CA, CB and 6C. RGB value is (202,203,108). Sum of RGB (Red+Green+Blue) = 202+203+108=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB6C is #353493. Grayscale: #C0C0C0. Windows color (decimal): -3486868 or 7130058. OLE color: 7130058.
HSL color Cylindrical-coordinate representation of color #CACB6C: hue angle of 60.63º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CACB6C is Cyan = 0.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 108 | - |
| CMYK | 0.00 | 0 | 0.47 | 0.20 |
| HSL | 60.63º | 0.48% | 0.61% | - |
| HSV(B) | 60.63º | 0.47% | 0.8% | - |
| XYZ | 48.42 | 56.35 | 22.51 | - |
| YUV | 191.87 | 80.67 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 108 | 0.00 | 0 | 0.47 | 0.20 | 60.63 | 0.48 | 0.61 |
| Hex | CA | CB | 6C | 0 | 0 | 2F | 14 | 3D | 30 | 3D |
| Octal | 312 | 313 | 154 | 0 | 0 | 57 | 24 | 75 | 60 | 75 |
| Binary | 11001010 | 11001011 | 1101100 | 0 | 0 | 101111 | 10100 | 111101 | 110000 | 111101 |
Color Harmonies of #CACB6C
Complementary color
Monochromatic Colors of #CACB6C
Black with #CACB6C
Text Example
Text Example
White with #CACB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB6C; }
p { color: rgb(202,203,108); }
H1.HeaderClassName
{
color: #CACB6C;
}
.AnyTagClassName
{
color: #CACB6C;
}
</style>
background-color css
<style>
a { background-color: #CACB6C; }
a { background-color: rgb(202,203,108); }
div.DivClassName
{
background-color: #CACB6C;
}
.BgClassName
{
background-color: #CACB6C;
}
</style>
border-color css
<style>
span { border-color: #CACB6C; }
span { border-color: rgb(202,203,108); }
td.TdClassName
{
border-color: #CACB6C;
}
.TagClassName
{
border-color: #CACB6C;
}
</style>