Shades of Wild Willow #C8C553
Tints of Wild Willow #C8C553
RGB
CMYK
RGB Variations
Color information
#C8C553 (or 0xC8C553) is known color: Wild Willow. HEX triplet: C8, C5 and 53. RGB value is (200,197,83). Sum of RGB (Red+Green+Blue) = 200+197+83=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 83 (32.81% from 255 or 17.29% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C553 is #373AAC. Grayscale: #B9B9B9. Windows color (decimal): -3619501 or 5490120. OLE color: 5490120.
HSL color Cylindrical-coordinate representation of color #C8C553: hue angle of 58.46º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8C553 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 83 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.22 |
| HSL | 58.46º | 0.52% | 0.55% | - |
| HSV(B) | 58.46º | 0.59% | 0.78% | - |
| XYZ | 45.35 | 52.84 | 15.99 | - |
| YUV | 184.9 | 70.49 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 83 | 0 | 0.02 | 0.58 | 0.22 | 58.46 | 0.52 | 0.55 |
| Hex | C8 | C5 | 53 | 0 | 2 | 3A | 16 | 3A | 34 | 37 |
| Octal | 310 | 305 | 123 | 0 | 2 | 72 | 26 | 72 | 64 | 67 |
| Binary | 11001000 | 11000101 | 1010011 | 0 | 10 | 111010 | 10110 | 111010 | 110100 | 110111 |
Color Harmonies of #C8C553
Complementary color
Monochromatic Colors of #C8C553
Black with #C8C553
Text Example
Text Example
White with #C8C553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C553; }
p { color: rgb(200,197,83); }
H1.HeaderClassName
{
color: #C8C553;
}
.AnyTagClassName
{
color: #C8C553;
}
</style>
background-color css
<style>
a { background-color: #C8C553; }
a { background-color: rgb(200,197,83); }
div.DivClassName
{
background-color: #C8C553;
}
.BgClassName
{
background-color: #C8C553;
}
</style>
border-color css
<style>
span { border-color: #C8C553; }
span { border-color: rgb(200,197,83); }
td.TdClassName
{
border-color: #C8C553;
}
.TagClassName
{
border-color: #C8C553;
}
</style>