Shades of Wild Willow #C9CC67
Tints of Wild Willow #C9CC67
RGB
CMYK
RGB Variations
Color information
#C9CC67 (or 0xC9CC67) is known color: Wild Willow. HEX triplet: C9, CC and 67. RGB value is (201,204,103). Sum of RGB (Red+Green+Blue) = 201+204+103=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 103 (40.62% from 255 or 20.28% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CC67 is #363398. Grayscale: #BFBFBF. Windows color (decimal): -3552153 or 6802633. OLE color: 6802633.
HSL color Cylindrical-coordinate representation of color #C9CC67: hue angle of 61.78º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9CC67 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 204 | 103 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.2 |
| HSL | 61.78º | 0.5% | 0.6% | - |
| HSV(B) | 61.78º | 0.5% | 0.8% | - |
| XYZ | 48.13 | 56.58 | 21.22 | - |
| YUV | 191.59 | 78.01 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 204 | 103 | 0.01 | 0 | 0.50 | 0.2 | 61.78 | 0.5 | 0.6 |
| Hex | C9 | CC | 67 | 1 | 0 | 32 | 14 | 3E | 32 | 3C |
| Octal | 311 | 314 | 147 | 1 | 0 | 62 | 24 | 76 | 62 | 74 |
| Binary | 11001001 | 11001100 | 1100111 | 1 | 0 | 110010 | 10100 | 111110 | 110010 | 111100 |
Color Harmonies of #C9CC67
Complementary color
Monochromatic Colors of #C9CC67
Black with #C9CC67
Text Example
Text Example
White with #C9CC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CC67; }
p { color: rgb(201,204,103); }
H1.HeaderClassName
{
color: #C9CC67;
}
.AnyTagClassName
{
color: #C9CC67;
}
</style>
background-color css
<style>
a { background-color: #C9CC67; }
a { background-color: rgb(201,204,103); }
div.DivClassName
{
background-color: #C9CC67;
}
.BgClassName
{
background-color: #C9CC67;
}
</style>
border-color css
<style>
span { border-color: #C9CC67; }
span { border-color: rgb(201,204,103); }
td.TdClassName
{
border-color: #C9CC67;
}
.TagClassName
{
border-color: #C9CC67;
}
</style>