Shades of Wild Willow #C9CB6C
Tints of Wild Willow #C9CB6C
RGB
CMYK
RGB Variations
Color information
#C9CB6C (or 0xC9CB6C) is known color: Wild Willow. HEX triplet: C9, CB and 6C. RGB value is (201,203,108). Sum of RGB (Red+Green+Blue) = 201+203+108=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CB6C is #363493. Grayscale: #BFBFBF. Windows color (decimal): -3552404 or 7130057. OLE color: 7130057.
HSL color Cylindrical-coordinate representation of color #C9CB6C: hue angle of 61.26º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9CB6C is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 203 | 108 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.20 |
| HSL | 61.26º | 0.48% | 0.61% | - |
| HSV(B) | 61.26º | 0.47% | 0.8% | - |
| XYZ | 48.15 | 56.21 | 22.5 | - |
| YUV | 191.57 | 80.84 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 203 | 108 | 0.01 | 0 | 0.47 | 0.20 | 61.26 | 0.48 | 0.61 |
| Hex | C9 | CB | 6C | 1 | 0 | 2F | 14 | 3D | 30 | 3D |
| Octal | 311 | 313 | 154 | 1 | 0 | 57 | 24 | 75 | 60 | 75 |
| Binary | 11001001 | 11001011 | 1101100 | 1 | 0 | 101111 | 10100 | 111101 | 110000 | 111101 |
Color Harmonies of #C9CB6C
Complementary color
Monochromatic Colors of #C9CB6C
Black with #C9CB6C
Text Example
Text Example
White with #C9CB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CB6C; }
p { color: rgb(201,203,108); }
H1.HeaderClassName
{
color: #C9CB6C;
}
.AnyTagClassName
{
color: #C9CB6C;
}
</style>
background-color css
<style>
a { background-color: #C9CB6C; }
a { background-color: rgb(201,203,108); }
div.DivClassName
{
background-color: #C9CB6C;
}
.BgClassName
{
background-color: #C9CB6C;
}
</style>
border-color css
<style>
span { border-color: #C9CB6C; }
span { border-color: rgb(201,203,108); }
td.TdClassName
{
border-color: #C9CB6C;
}
.TagClassName
{
border-color: #C9CB6C;
}
</style>