Shades of Wild Willow #C2C869
Tints of Wild Willow #C2C869
RGB
CMYK
RGB Variations
Color information
#C2C869 (or 0xC2C869) is known color: Wild Willow. HEX triplet: C2, C8 and 69. RGB value is (194,200,105). Sum of RGB (Red+Green+Blue) = 194+200+105=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 105 (41.41% from 255 or 21.04% from 499); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C869 is #3D3796. Grayscale: #BBBBBB. Windows color (decimal): -4011927 or 6932674. OLE color: 6932674.
HSL color Cylindrical-coordinate representation of color #C2C869: hue angle of 63.79º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2C869 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 200 | 105 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.22 |
| HSL | 63.79º | 0.46% | 0.6% | - |
| HSV(B) | 63.79º | 0.48% | 0.78% | - |
| XYZ | 45.45 | 53.8 | 21.35 | - |
| YUV | 187.38 | 81.51 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 200 | 105 | 0.03 | 0 | 0.48 | 0.22 | 63.79 | 0.46 | 0.6 |
| Hex | C2 | C8 | 69 | 3 | 0 | 30 | 16 | 40 | 2E | 3C |
| Octal | 302 | 310 | 151 | 3 | 0 | 60 | 26 | 100 | 56 | 74 |
| Binary | 11000010 | 11001000 | 1101001 | 11 | 0 | 110000 | 10110 | 1000000 | 101110 | 111100 |
Color Harmonies of #C2C869
Complementary color
Monochromatic Colors of #C2C869
Black with #C2C869
Text Example
Text Example
White with #C2C869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C869; }
p { color: rgb(194,200,105); }
H1.HeaderClassName
{
color: #C2C869;
}
.AnyTagClassName
{
color: #C2C869;
}
</style>
background-color css
<style>
a { background-color: #C2C869; }
a { background-color: rgb(194,200,105); }
div.DivClassName
{
background-color: #C2C869;
}
.BgClassName
{
background-color: #C2C869;
}
</style>
border-color css
<style>
span { border-color: #C2C869; }
span { border-color: rgb(194,200,105); }
td.TdClassName
{
border-color: #C2C869;
}
.TagClassName
{
border-color: #C2C869;
}
</style>