Shades of Wild Willow #C8C257
Tints of Wild Willow #C8C257
RGB
CMYK
RGB Variations
Color information
#C8C257 (or 0xC8C257) is known color: Wild Willow. HEX triplet: C8, C2 and 57. RGB value is (200,194,87). Sum of RGB (Red+Green+Blue) = 200+194+87=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 87 (34.38% from 255 or 18.09% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C257 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C257 is #373DA8. Grayscale: #B8B8B8. Windows color (decimal): -3620265 or 5751496. OLE color: 5751496.
HSL color Cylindrical-coordinate representation of color #C8C257: hue angle of 56.81º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8C257 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 194 | 87 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.22 |
| HSL | 56.81º | 0.51% | 0.56% | - |
| HSV(B) | 56.81º | 0.57% | 0.78% | - |
| XYZ | 44.83 | 51.55 | 16.6 | - |
| YUV | 183.6 | 73.49 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 87 | 0 | 0.03 | 0.56 | 0.22 | 56.81 | 0.51 | 0.56 |
| Hex | C8 | C2 | 57 | 0 | 3 | 38 | 16 | 39 | 33 | 38 |
| Octal | 310 | 302 | 127 | 0 | 3 | 70 | 26 | 71 | 63 | 70 |
| Binary | 11001000 | 11000010 | 1010111 | 0 | 11 | 111000 | 10110 | 111001 | 110011 | 111000 |
Color Harmonies of #C8C257
Complementary color
Monochromatic Colors of #C8C257
Black with #C8C257
Text Example
Text Example
White with #C8C257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C257; }
p { color: rgb(200,194,87); }
H1.HeaderClassName
{
color: #C8C257;
}
.AnyTagClassName
{
color: #C8C257;
}
</style>
background-color css
<style>
a { background-color: #C8C257; }
a { background-color: rgb(200,194,87); }
div.DivClassName
{
background-color: #C8C257;
}
.BgClassName
{
background-color: #C8C257;
}
</style>
border-color css
<style>
span { border-color: #C8C257; }
span { border-color: rgb(200,194,87); }
td.TdClassName
{
border-color: #C8C257;
}
.TagClassName
{
border-color: #C8C257;
}
</style>