Shades of Wild Willow #C8C252
Tints of Wild Willow #C8C252
RGB
CMYK
RGB Variations
Color information
#C8C252 (or 0xC8C252) is known color: Wild Willow. HEX triplet: C8, C2 and 52. RGB value is (200,194,82). Sum of RGB (Red+Green+Blue) = 200+194+82=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C252 is #373DAD. Grayscale: #B7B7B7. Windows color (decimal): -3620270 or 5423816. OLE color: 5423816.
HSL color Cylindrical-coordinate representation of color #C8C252: hue angle of 56.95º 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 #C8C252 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 194 | 82 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.22 |
| HSL | 56.95º | 0.52% | 0.55% | - |
| HSV(B) | 56.95º | 0.59% | 0.78% | - |
| XYZ | 44.63 | 51.47 | 15.57 | - |
| YUV | 183.03 | 70.99 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 82 | 0 | 0.03 | 0.59 | 0.22 | 56.95 | 0.52 | 0.55 |
| Hex | C8 | C2 | 52 | 0 | 3 | 3B | 16 | 39 | 34 | 37 |
| Octal | 310 | 302 | 122 | 0 | 3 | 73 | 26 | 71 | 64 | 67 |
| Binary | 11001000 | 11000010 | 1010010 | 0 | 11 | 111011 | 10110 | 111001 | 110100 | 110111 |
Color Harmonies of #C8C252
Complementary color
Monochromatic Colors of #C8C252
Black with #C8C252
Text Example
Text Example
White with #C8C252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C252; }
p { color: rgb(200,194,82); }
H1.HeaderClassName
{
color: #C8C252;
}
.AnyTagClassName
{
color: #C8C252;
}
</style>
background-color css
<style>
a { background-color: #C8C252; }
a { background-color: rgb(200,194,82); }
div.DivClassName
{
background-color: #C8C252;
}
.BgClassName
{
background-color: #C8C252;
}
</style>
border-color css
<style>
span { border-color: #C8C252; }
span { border-color: rgb(200,194,82); }
td.TdClassName
{
border-color: #C8C252;
}
.TagClassName
{
border-color: #C8C252;
}
</style>