Shades of Wild Willow #CAC96C
Tints of Wild Willow #CAC96C
RGB
CMYK
RGB Variations
Color information
#CAC96C (or 0xCAC96C) is known color: Wild Willow. HEX triplet: CA, C9 and 6C. RGB value is (202,201,108). Sum of RGB (Red+Green+Blue) = 202+201+108=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC96C is #353693. Grayscale: #BFBFBF. Windows color (decimal): -3487380 or 7129546. OLE color: 7129546.
HSL color Cylindrical-coordinate representation of color #CAC96C: hue angle of 59.36º 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 #CAC96C is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 108 | - |
| CMYK | 0 | 0.00 | 0.47 | 0.21 |
| HSL | 59.36º | 0.47% | 0.61% | - |
| HSV(B) | 59.36º | 0.47% | 0.79% | - |
| XYZ | 47.95 | 55.41 | 22.36 | - |
| YUV | 190.7 | 81.33 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 108 | 0 | 0.00 | 0.47 | 0.21 | 59.36 | 0.47 | 0.61 |
| Hex | CA | C9 | 6C | 0 | 0 | 2F | 15 | 3B | 2F | 3D |
| Octal | 312 | 311 | 154 | 0 | 0 | 57 | 25 | 73 | 57 | 75 |
| Binary | 11001010 | 11001001 | 1101100 | 0 | 0 | 101111 | 10101 | 111011 | 101111 | 111101 |
Color Harmonies of #CAC96C
Complementary color
Monochromatic Colors of #CAC96C
Black with #CAC96C
Text Example
Text Example
White with #CAC96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC96C; }
p { color: rgb(202,201,108); }
H1.HeaderClassName
{
color: #CAC96C;
}
.AnyTagClassName
{
color: #CAC96C;
}
</style>
background-color css
<style>
a { background-color: #CAC96C; }
a { background-color: rgb(202,201,108); }
div.DivClassName
{
background-color: #CAC96C;
}
.BgClassName
{
background-color: #CAC96C;
}
</style>
border-color css
<style>
span { border-color: #CAC96C; }
span { border-color: rgb(202,201,108); }
td.TdClassName
{
border-color: #CAC96C;
}
.TagClassName
{
border-color: #CAC96C;
}
</style>