Shades of Wild Willow #C8C450
Tints of Wild Willow #C8C450
RGB
CMYK
RGB Variations
Color information
#C8C450 (or 0xC8C450) is known color: Wild Willow. HEX triplet: C8, C4 and 50. RGB value is (200,196,80). Sum of RGB (Red+Green+Blue) = 200+196+80=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C450 is #373BAF. Grayscale: #B8B8B8. Windows color (decimal): -3619760 or 5293256. OLE color: 5293256.
HSL color Cylindrical-coordinate representation of color #C8C450: hue angle of 58º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8C450 is Cyan = 0, Magento = 0.02, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 196 | 80 | - |
| CMYK | 0 | 0.02 | 0.6 | 0.22 |
| HSL | 58º | 0.52% | 0.55% | - |
| HSV(B) | 58º | 0.6% | 0.78% | - |
| XYZ | 45.01 | 52.34 | 15.32 | - |
| YUV | 183.97 | 69.33 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 80 | 0 | 0.02 | 0.6 | 0.22 | 58 | 0.52 | 0.55 |
| Hex | C8 | C4 | 50 | 0 | 2 | 3C | 16 | 3A | 34 | 37 |
| Octal | 310 | 304 | 120 | 0 | 2 | 74 | 26 | 72 | 64 | 67 |
| Binary | 11001000 | 11000100 | 1010000 | 0 | 10 | 111100 | 10110 | 111010 | 110100 | 110111 |
Color Harmonies of #C8C450
Complementary color
Monochromatic Colors of #C8C450
Black with #C8C450
Text Example
Text Example
White with #C8C450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C450; }
p { color: rgb(200,196,80); }
H1.HeaderClassName
{
color: #C8C450;
}
.AnyTagClassName
{
color: #C8C450;
}
</style>
background-color css
<style>
a { background-color: #C8C450; }
a { background-color: rgb(200,196,80); }
div.DivClassName
{
background-color: #C8C450;
}
.BgClassName
{
background-color: #C8C450;
}
</style>
border-color css
<style>
span { border-color: #C8C450; }
span { border-color: rgb(200,196,80); }
td.TdClassName
{
border-color: #C8C450;
}
.TagClassName
{
border-color: #C8C450;
}
</style>