Shades of Wild Willow #C8C55D
Tints of Wild Willow #C8C55D
RGB
CMYK
RGB Variations
Color information
#C8C55D (or 0xC8C55D) is known color: Wild Willow. HEX triplet: C8, C5 and 5D. RGB value is (200,197,93). Sum of RGB (Red+Green+Blue) = 200+197+93=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C55D is #373AA2. Grayscale: #BABABA. Windows color (decimal): -3619491 or 6145480. OLE color: 6145480.
HSL color Cylindrical-coordinate representation of color #C8C55D: hue angle of 58.32º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8C55D is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 93 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.22 |
| HSL | 58.32º | 0.49% | 0.57% | - |
| HSV(B) | 58.32º | 0.54% | 0.78% | - |
| XYZ | 45.76 | 53 | 18.17 | - |
| YUV | 186.04 | 75.49 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 93 | 0 | 0.02 | 0.54 | 0.22 | 58.32 | 0.49 | 0.57 |
| Hex | C8 | C5 | 5D | 0 | 2 | 36 | 16 | 3A | 31 | 39 |
| Octal | 310 | 305 | 135 | 0 | 2 | 66 | 26 | 72 | 61 | 71 |
| Binary | 11001000 | 11000101 | 1011101 | 0 | 10 | 110110 | 10110 | 111010 | 110001 | 111001 |
Color Harmonies of #C8C55D
Complementary color
Monochromatic Colors of #C8C55D
Black with #C8C55D
Text Example
Text Example
White with #C8C55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C55D; }
p { color: rgb(200,197,93); }
H1.HeaderClassName
{
color: #C8C55D;
}
.AnyTagClassName
{
color: #C8C55D;
}
</style>
background-color css
<style>
a { background-color: #C8C55D; }
a { background-color: rgb(200,197,93); }
div.DivClassName
{
background-color: #C8C55D;
}
.BgClassName
{
background-color: #C8C55D;
}
</style>
border-color css
<style>
span { border-color: #C8C55D; }
span { border-color: rgb(200,197,93); }
td.TdClassName
{
border-color: #C8C55D;
}
.TagClassName
{
border-color: #C8C55D;
}
</style>