Shades of Wild Willow #C5CA69
Tints of Wild Willow #C5CA69
RGB
CMYK
RGB Variations
Color information
#C5CA69 (or 0xC5CA69) is known color: Wild Willow. HEX triplet: C5, CA and 69. RGB value is (197,202,105). Sum of RGB (Red+Green+Blue) = 197+202+105=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 105 (41.41% from 255 or 20.83% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CA69 is #3A3596. Grayscale: #BDBDBD. Windows color (decimal): -3814807 or 6933189. OLE color: 6933189.
HSL color Cylindrical-coordinate representation of color #C5CA69: hue angle of 63.09º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5CA69 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 202 | 105 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.21 |
| HSL | 63.09º | 0.48% | 0.6% | - |
| HSV(B) | 63.09º | 0.48% | 0.79% | - |
| XYZ | 46.7 | 55.13 | 21.54 | - |
| YUV | 189.45 | 80.34 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 105 | 0.02 | 0 | 0.48 | 0.21 | 63.09 | 0.48 | 0.6 |
| Hex | C5 | CA | 69 | 2 | 0 | 30 | 15 | 3F | 30 | 3C |
| Octal | 305 | 312 | 151 | 2 | 0 | 60 | 25 | 77 | 60 | 74 |
| Binary | 11000101 | 11001010 | 1101001 | 10 | 0 | 110000 | 10101 | 111111 | 110000 | 111100 |
Color Harmonies of #C5CA69
Complementary color
Monochromatic Colors of #C5CA69
Black with #C5CA69
Text Example
Text Example
White with #C5CA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CA69; }
p { color: rgb(197,202,105); }
H1.HeaderClassName
{
color: #C5CA69;
}
.AnyTagClassName
{
color: #C5CA69;
}
</style>
background-color css
<style>
a { background-color: #C5CA69; }
a { background-color: rgb(197,202,105); }
div.DivClassName
{
background-color: #C5CA69;
}
.BgClassName
{
background-color: #C5CA69;
}
</style>
border-color css
<style>
span { border-color: #C5CA69; }
span { border-color: rgb(197,202,105); }
td.TdClassName
{
border-color: #C5CA69;
}
.TagClassName
{
border-color: #C5CA69;
}
</style>