Shades of Wild Willow #C8C96C
Tints of Wild Willow #C8C96C
RGB
CMYK
RGB Variations
Color information
#C8C96C (or 0xC8C96C) is known color: Wild Willow. HEX triplet: C8, C9 and 6C. RGB value is (200,201,108). Sum of RGB (Red+Green+Blue) = 200+201+108=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C96C is #373693. Grayscale: #BEBEBE. Windows color (decimal): -3618452 or 7129544. OLE color: 7129544.
HSL color Cylindrical-coordinate representation of color #C8C96C: hue angle of 60.65º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8C96C is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 201 | 108 | - |
| CMYK | 0.00 | 0 | 0.46 | 0.21 |
| HSL | 60.65º | 0.46% | 0.61% | - |
| HSV(B) | 60.65º | 0.46% | 0.79% | - |
| XYZ | 47.41 | 55.14 | 22.33 | - |
| YUV | 190.1 | 81.67 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 201 | 108 | 0.00 | 0 | 0.46 | 0.21 | 60.65 | 0.46 | 0.61 |
| Hex | C8 | C9 | 6C | 0 | 0 | 2E | 15 | 3D | 2E | 3D |
| Octal | 310 | 311 | 154 | 0 | 0 | 56 | 25 | 75 | 56 | 75 |
| Binary | 11001000 | 11001001 | 1101100 | 0 | 0 | 101110 | 10101 | 111101 | 101110 | 111101 |
Color Harmonies of #C8C96C
Complementary color
Monochromatic Colors of #C8C96C
Black with #C8C96C
Text Example
Text Example
White with #C8C96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C96C; }
p { color: rgb(200,201,108); }
H1.HeaderClassName
{
color: #C8C96C;
}
.AnyTagClassName
{
color: #C8C96C;
}
</style>
background-color css
<style>
a { background-color: #C8C96C; }
a { background-color: rgb(200,201,108); }
div.DivClassName
{
background-color: #C8C96C;
}
.BgClassName
{
background-color: #C8C96C;
}
</style>
border-color css
<style>
span { border-color: #C8C96C; }
span { border-color: rgb(200,201,108); }
td.TdClassName
{
border-color: #C8C96C;
}
.TagClassName
{
border-color: #C8C96C;
}
</style>