Shades of Wild Willow #C9CE6A
Tints of Wild Willow #C9CE6A
RGB
CMYK
RGB Variations
Color information
#C9CE6A (or 0xC9CE6A) is known color: Wild Willow. HEX triplet: C9, CE and 6A. RGB value is (201,206,106). Sum of RGB (Red+Green+Blue) = 201+206+106=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CE6A is #363195. Grayscale: #C1C1C1. Windows color (decimal): -3551638 or 6999753. OLE color: 6999753.
HSL color Cylindrical-coordinate representation of color #C9CE6A: hue angle of 63º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C9CE6A is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 206 | 106 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.19 |
| HSL | 63º | 0.51% | 0.61% | - |
| HSV(B) | 63º | 0.49% | 0.81% | - |
| XYZ | 48.76 | 57.6 | 22.18 | - |
| YUV | 193.11 | 78.84 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 206 | 106 | 0.02 | 0 | 0.49 | 0.19 | 63 | 0.51 | 0.61 |
| Hex | C9 | CE | 6A | 2 | 0 | 31 | 13 | 3F | 33 | 3D |
| Octal | 311 | 316 | 152 | 2 | 0 | 61 | 23 | 77 | 63 | 75 |
| Binary | 11001001 | 11001110 | 1101010 | 10 | 0 | 110001 | 10011 | 111111 | 110011 | 111101 |
Color Harmonies of #C9CE6A
Complementary color
Monochromatic Colors of #C9CE6A
Black with #C9CE6A
Text Example
Text Example
White with #C9CE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CE6A; }
p { color: rgb(201,206,106); }
H1.HeaderClassName
{
color: #C9CE6A;
}
.AnyTagClassName
{
color: #C9CE6A;
}
</style>
background-color css
<style>
a { background-color: #C9CE6A; }
a { background-color: rgb(201,206,106); }
div.DivClassName
{
background-color: #C9CE6A;
}
.BgClassName
{
background-color: #C9CE6A;
}
</style>
border-color css
<style>
span { border-color: #C9CE6A; }
span { border-color: rgb(201,206,106); }
td.TdClassName
{
border-color: #C9CE6A;
}
.TagClassName
{
border-color: #C9CE6A;
}
</style>