Shades of Wild Willow #C8C253
Tints of Wild Willow #C8C253
RGB
CMYK
RGB Variations
Color information
#C8C253 (or 0xC8C253) is known color: Wild Willow. HEX triplet: C8, C2 and 53. RGB value is (200,194,83). Sum of RGB (Red+Green+Blue) = 200+194+83=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 83 (32.81% from 255 or 17.40% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C253 is #373DAC. Grayscale: #B7B7B7. Windows color (decimal): -3620269 or 5489352. OLE color: 5489352.
HSL color Cylindrical-coordinate representation of color #C8C253: hue angle of 56.92º 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 #C8C253 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 194 | 83 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.22 |
| HSL | 56.92º | 0.52% | 0.55% | - |
| HSV(B) | 56.92º | 0.59% | 0.78% | - |
| XYZ | 44.67 | 51.49 | 15.77 | - |
| YUV | 183.14 | 71.49 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 83 | 0 | 0.03 | 0.58 | 0.22 | 56.92 | 0.52 | 0.55 |
| Hex | C8 | C2 | 53 | 0 | 3 | 3A | 16 | 39 | 34 | 37 |
| Octal | 310 | 302 | 123 | 0 | 3 | 72 | 26 | 71 | 64 | 67 |
| Binary | 11001000 | 11000010 | 1010011 | 0 | 11 | 111010 | 10110 | 111001 | 110100 | 110111 |
Color Harmonies of #C8C253
Complementary color
Monochromatic Colors of #C8C253
Black with #C8C253
Text Example
Text Example
White with #C8C253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C253; }
p { color: rgb(200,194,83); }
H1.HeaderClassName
{
color: #C8C253;
}
.AnyTagClassName
{
color: #C8C253;
}
</style>
background-color css
<style>
a { background-color: #C8C253; }
a { background-color: rgb(200,194,83); }
div.DivClassName
{
background-color: #C8C253;
}
.BgClassName
{
background-color: #C8C253;
}
</style>
border-color css
<style>
span { border-color: #C8C253; }
span { border-color: rgb(200,194,83); }
td.TdClassName
{
border-color: #C8C253;
}
.TagClassName
{
border-color: #C8C253;
}
</style>