Shades of Wild Willow #C8C654
Tints of Wild Willow #C8C654
RGB
CMYK
RGB Variations
Color information
#C8C654 (or 0xC8C654) is known color: Wild Willow. HEX triplet: C8, C6 and 54. RGB value is (200,198,84). Sum of RGB (Red+Green+Blue) = 200+198+84=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 84 (33.20% from 255 or 17.43% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C654 is #3739AB. Grayscale: #BABABA. Windows color (decimal): -3619244 or 5555912. OLE color: 5555912.
HSL color Cylindrical-coordinate representation of color #C8C654: hue angle of 58.97º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C8C654 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 198 | 84 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.22 |
| HSL | 58.97º | 0.51% | 0.56% | - |
| HSV(B) | 58.97º | 0.58% | 0.78% | - |
| XYZ | 45.61 | 53.31 | 16.27 | - |
| YUV | 185.6 | 70.66 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 84 | 0 | 0.01 | 0.58 | 0.22 | 58.97 | 0.51 | 0.56 |
| Hex | C8 | C6 | 54 | 0 | 1 | 3A | 16 | 3B | 33 | 38 |
| Octal | 310 | 306 | 124 | 0 | 1 | 72 | 26 | 73 | 63 | 70 |
| Binary | 11001000 | 11000110 | 1010100 | 0 | 1 | 111010 | 10110 | 111011 | 110011 | 111000 |
Color Harmonies of #C8C654
Complementary color
Monochromatic Colors of #C8C654
Black with #C8C654
Text Example
Text Example
White with #C8C654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C654; }
p { color: rgb(200,198,84); }
H1.HeaderClassName
{
color: #C8C654;
}
.AnyTagClassName
{
color: #C8C654;
}
</style>
background-color css
<style>
a { background-color: #C8C654; }
a { background-color: rgb(200,198,84); }
div.DivClassName
{
background-color: #C8C654;
}
.BgClassName
{
background-color: #C8C654;
}
</style>
border-color css
<style>
span { border-color: #C8C654; }
span { border-color: rgb(200,198,84); }
td.TdClassName
{
border-color: #C8C654;
}
.TagClassName
{
border-color: #C8C654;
}
</style>