Shades of Wild Willow #C8C661
Tints of Wild Willow #C8C661
RGB
CMYK
RGB Variations
Color information
#C8C661 (or 0xC8C661) is known color: Wild Willow. HEX triplet: C8, C6 and 61. RGB value is (200,198,97). Sum of RGB (Red+Green+Blue) = 200+198+97=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 97 (38.28% from 255 or 19.60% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C661 is #37399E. Grayscale: #BBBBBB. Windows color (decimal): -3619231 or 6407880. OLE color: 6407880.
HSL color Cylindrical-coordinate representation of color #C8C661: hue angle of 58.83º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8C661 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 198 | 97 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.22 |
| HSL | 58.83º | 0.48% | 0.58% | - |
| HSV(B) | 58.83º | 0.52% | 0.78% | - |
| XYZ | 46.17 | 53.53 | 19.21 | - |
| YUV | 187.08 | 77.16 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 97 | 0 | 0.01 | 0.52 | 0.22 | 58.83 | 0.48 | 0.58 |
| Hex | C8 | C6 | 61 | 0 | 1 | 34 | 16 | 3B | 30 | 3A |
| Octal | 310 | 306 | 141 | 0 | 1 | 64 | 26 | 73 | 60 | 72 |
| Binary | 11001000 | 11000110 | 1100001 | 0 | 1 | 110100 | 10110 | 111011 | 110000 | 111010 |
Color Harmonies of #C8C661
Complementary color
Monochromatic Colors of #C8C661
Black with #C8C661
Text Example
Text Example
White with #C8C661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C661; }
p { color: rgb(200,198,97); }
H1.HeaderClassName
{
color: #C8C661;
}
.AnyTagClassName
{
color: #C8C661;
}
</style>
background-color css
<style>
a { background-color: #C8C661; }
a { background-color: rgb(200,198,97); }
div.DivClassName
{
background-color: #C8C661;
}
.BgClassName
{
background-color: #C8C661;
}
</style>
border-color css
<style>
span { border-color: #C8C661; }
span { border-color: rgb(200,198,97); }
td.TdClassName
{
border-color: #C8C661;
}
.TagClassName
{
border-color: #C8C661;
}
</style>