Shades of Wild Willow #CAC65B
Tints of Wild Willow #CAC65B
RGB
CMYK
RGB Variations
Color information
#CAC65B (or 0xCAC65B) is known color: Wild Willow. HEX triplet: CA, C6 and 5B. RGB value is (202,198,91). Sum of RGB (Red+Green+Blue) = 202+198+91=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC65B is #3539A4. Grayscale: #BBBBBB. Windows color (decimal): -3488165 or 6014666. OLE color: 6014666.
HSL color Cylindrical-coordinate representation of color #CAC65B: hue angle of 57.84º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAC65B is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 91 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.21 |
| HSL | 57.84º | 0.51% | 0.57% | - |
| HSV(B) | 57.84º | 0.55% | 0.79% | - |
| XYZ | 46.44 | 53.7 | 17.82 | - |
| YUV | 187 | 73.83 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 91 | 0 | 0.02 | 0.55 | 0.21 | 57.84 | 0.51 | 0.57 |
| Hex | CA | C6 | 5B | 0 | 2 | 37 | 15 | 3A | 33 | 39 |
| Octal | 312 | 306 | 133 | 0 | 2 | 67 | 25 | 72 | 63 | 71 |
| Binary | 11001010 | 11000110 | 1011011 | 0 | 10 | 110111 | 10101 | 111010 | 110011 | 111001 |
Color Harmonies of #CAC65B
Complementary color
Monochromatic Colors of #CAC65B
Black with #CAC65B
Text Example
Text Example
White with #CAC65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC65B; }
p { color: rgb(202,198,91); }
H1.HeaderClassName
{
color: #CAC65B;
}
.AnyTagClassName
{
color: #CAC65B;
}
</style>
background-color css
<style>
a { background-color: #CAC65B; }
a { background-color: rgb(202,198,91); }
div.DivClassName
{
background-color: #CAC65B;
}
.BgClassName
{
background-color: #CAC65B;
}
</style>
border-color css
<style>
span { border-color: #CAC65B; }
span { border-color: rgb(202,198,91); }
td.TdClassName
{
border-color: #CAC65B;
}
.TagClassName
{
border-color: #CAC65B;
}
</style>