Shades of Wild Willow #CAC761
Tints of Wild Willow #CAC761
RGB
CMYK
RGB Variations
Color information
#CAC761 (or 0xCAC761) is known color: Wild Willow. HEX triplet: CA, C7 and 61. RGB value is (202,199,97). Sum of RGB (Red+Green+Blue) = 202+199+97=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 97 (38.28% from 255 or 19.48% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC761 is #35389E. Grayscale: #BCBCBC. Windows color (decimal): -3487903 or 6408138. OLE color: 6408138.
HSL color Cylindrical-coordinate representation of color #CAC761: hue angle of 58.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAC761 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 97 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.21 |
| HSL | 58.29º | 0.5% | 0.59% | - |
| HSV(B) | 58.29º | 0.52% | 0.79% | - |
| XYZ | 46.94 | 54.27 | 19.31 | - |
| YUV | 188.27 | 76.49 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 97 | 0 | 0.01 | 0.52 | 0.21 | 58.29 | 0.5 | 0.59 |
| Hex | CA | C7 | 61 | 0 | 1 | 34 | 15 | 3A | 32 | 3B |
| Octal | 312 | 307 | 141 | 0 | 1 | 64 | 25 | 72 | 62 | 73 |
| Binary | 11001010 | 11000111 | 1100001 | 0 | 1 | 110100 | 10101 | 111010 | 110010 | 111011 |
Color Harmonies of #CAC761
Complementary color
Monochromatic Colors of #CAC761
Black with #CAC761
Text Example
Text Example
White with #CAC761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC761; }
p { color: rgb(202,199,97); }
H1.HeaderClassName
{
color: #CAC761;
}
.AnyTagClassName
{
color: #CAC761;
}
</style>
background-color css
<style>
a { background-color: #CAC761; }
a { background-color: rgb(202,199,97); }
div.DivClassName
{
background-color: #CAC761;
}
.BgClassName
{
background-color: #CAC761;
}
</style>
border-color css
<style>
span { border-color: #CAC761; }
span { border-color: rgb(202,199,97); }
td.TdClassName
{
border-color: #CAC761;
}
.TagClassName
{
border-color: #CAC761;
}
</style>