Shades of Wild Willow #CAC665
Tints of Wild Willow #CAC665
RGB
CMYK
RGB Variations
Color information
#CAC665 (or 0xCAC665) is known color: Wild Willow. HEX triplet: CA, C6 and 65. RGB value is (202,198,101). Sum of RGB (Red+Green+Blue) = 202+198+101=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC665 is #35399A. Grayscale: #BCBCBC. Windows color (decimal): -3488155 or 6670026. OLE color: 6670026.
HSL color Cylindrical-coordinate representation of color #CAC665: hue angle of 57.62º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAC665 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 101 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.21 |
| HSL | 57.62º | 0.49% | 0.59% | - |
| HSV(B) | 57.62º | 0.5% | 0.79% | - |
| XYZ | 46.9 | 53.88 | 20.24 | - |
| YUV | 188.14 | 78.83 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 101 | 0 | 0.02 | 0.50 | 0.21 | 57.62 | 0.49 | 0.59 |
| Hex | CA | C6 | 65 | 0 | 2 | 32 | 15 | 3A | 31 | 3B |
| Octal | 312 | 306 | 145 | 0 | 2 | 62 | 25 | 72 | 61 | 73 |
| Binary | 11001010 | 11000110 | 1100101 | 0 | 10 | 110010 | 10101 | 111010 | 110001 | 111011 |
Color Harmonies of #CAC665
Complementary color
Monochromatic Colors of #CAC665
Black with #CAC665
Text Example
Text Example
White with #CAC665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC665; }
p { color: rgb(202,198,101); }
H1.HeaderClassName
{
color: #CAC665;
}
.AnyTagClassName
{
color: #CAC665;
}
</style>
background-color css
<style>
a { background-color: #CAC665; }
a { background-color: rgb(202,198,101); }
div.DivClassName
{
background-color: #CAC665;
}
.BgClassName
{
background-color: #CAC665;
}
</style>
border-color css
<style>
span { border-color: #CAC665; }
span { border-color: rgb(202,198,101); }
td.TdClassName
{
border-color: #CAC665;
}
.TagClassName
{
border-color: #CAC665;
}
</style>