Shades of Wild Willow #C8C55C
Tints of Wild Willow #C8C55C
RGB
CMYK
RGB Variations
Color information
#C8C55C (or 0xC8C55C) is known color: Wild Willow. HEX triplet: C8, C5 and 5C. RGB value is (200,197,92). Sum of RGB (Red+Green+Blue) = 200+197+92=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C55C is #373AA3. Grayscale: #BABABA. Windows color (decimal): -3619492 or 6079944. OLE color: 6079944.
HSL color Cylindrical-coordinate representation of color #C8C55C: hue angle of 58.33º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8C55C is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 92 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.22 |
| HSL | 58.33º | 0.5% | 0.57% | - |
| HSV(B) | 58.33º | 0.54% | 0.78% | - |
| XYZ | 45.72 | 52.98 | 17.94 | - |
| YUV | 185.93 | 74.99 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 92 | 0 | 0.02 | 0.54 | 0.22 | 58.33 | 0.5 | 0.57 |
| Hex | C8 | C5 | 5C | 0 | 2 | 36 | 16 | 3A | 32 | 39 |
| Octal | 310 | 305 | 134 | 0 | 2 | 66 | 26 | 72 | 62 | 71 |
| Binary | 11001000 | 11000101 | 1011100 | 0 | 10 | 110110 | 10110 | 111010 | 110010 | 111001 |
Color Harmonies of #C8C55C
Complementary color
Monochromatic Colors of #C8C55C
Black with #C8C55C
Text Example
Text Example
White with #C8C55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C55C; }
p { color: rgb(200,197,92); }
H1.HeaderClassName
{
color: #C8C55C;
}
.AnyTagClassName
{
color: #C8C55C;
}
</style>
background-color css
<style>
a { background-color: #C8C55C; }
a { background-color: rgb(200,197,92); }
div.DivClassName
{
background-color: #C8C55C;
}
.BgClassName
{
background-color: #C8C55C;
}
</style>
border-color css
<style>
span { border-color: #C8C55C; }
span { border-color: rgb(200,197,92); }
td.TdClassName
{
border-color: #C8C55C;
}
.TagClassName
{
border-color: #C8C55C;
}
</style>