Shades of Wild Willow #CAC65C
Tints of Wild Willow #CAC65C
RGB
CMYK
RGB Variations
Color information
#CAC65C (or 0xCAC65C) is known color: Wild Willow. HEX triplet: CA, C6 and 5C. RGB value is (202,198,92). Sum of RGB (Red+Green+Blue) = 202+198+92=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC65C is #3539A3. Grayscale: #BBBBBB. Windows color (decimal): -3488164 or 6080202. OLE color: 6080202.
HSL color Cylindrical-coordinate representation of color #CAC65C: hue angle of 57.82º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CAC65C is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 92 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.21 |
| HSL | 57.82º | 0.51% | 0.58% | - |
| HSV(B) | 57.82º | 0.54% | 0.79% | - |
| XYZ | 46.48 | 53.72 | 18.04 | - |
| YUV | 187.11 | 74.33 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 92 | 0 | 0.02 | 0.54 | 0.21 | 57.82 | 0.51 | 0.58 |
| Hex | CA | C6 | 5C | 0 | 2 | 36 | 15 | 3A | 33 | 3A |
| Octal | 312 | 306 | 134 | 0 | 2 | 66 | 25 | 72 | 63 | 72 |
| Binary | 11001010 | 11000110 | 1011100 | 0 | 10 | 110110 | 10101 | 111010 | 110011 | 111010 |
Color Harmonies of #CAC65C
Complementary color
Monochromatic Colors of #CAC65C
Black with #CAC65C
Text Example
Text Example
White with #CAC65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC65C; }
p { color: rgb(202,198,92); }
H1.HeaderClassName
{
color: #CAC65C;
}
.AnyTagClassName
{
color: #CAC65C;
}
</style>
background-color css
<style>
a { background-color: #CAC65C; }
a { background-color: rgb(202,198,92); }
div.DivClassName
{
background-color: #CAC65C;
}
.BgClassName
{
background-color: #CAC65C;
}
</style>
border-color css
<style>
span { border-color: #CAC65C; }
span { border-color: rgb(202,198,92); }
td.TdClassName
{
border-color: #CAC65C;
}
.TagClassName
{
border-color: #CAC65C;
}
</style>