Shades of Wild Willow #C8C361
Tints of Wild Willow #C8C361
RGB
CMYK
RGB Variations
Color information
#C8C361 (or 0xC8C361) is known color: Wild Willow. HEX triplet: C8, C3 and 61. RGB value is (200,195,97). Sum of RGB (Red+Green+Blue) = 200+195+97=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 97 (38.28% from 255 or 19.72% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C361 is #373C9E. Grayscale: #B9B9B9. Windows color (decimal): -3619999 or 6407112. OLE color: 6407112.
HSL color Cylindrical-coordinate representation of color #C8C361: hue angle of 57.09º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8C361 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 97 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.22 |
| HSL | 57.09º | 0.48% | 0.58% | - |
| HSV(B) | 57.09º | 0.52% | 0.78% | - |
| XYZ | 45.49 | 52.17 | 18.98 | - |
| YUV | 185.32 | 78.16 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 97 | 0 | 0.02 | 0.52 | 0.22 | 57.09 | 0.48 | 0.58 |
| Hex | C8 | C3 | 61 | 0 | 2 | 34 | 16 | 39 | 30 | 3A |
| Octal | 310 | 303 | 141 | 0 | 2 | 64 | 26 | 71 | 60 | 72 |
| Binary | 11001000 | 11000011 | 1100001 | 0 | 10 | 110100 | 10110 | 111001 | 110000 | 111010 |
Color Harmonies of #C8C361
Complementary color
Monochromatic Colors of #C8C361
Black with #C8C361
Text Example
Text Example
White with #C8C361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C361; }
p { color: rgb(200,195,97); }
H1.HeaderClassName
{
color: #C8C361;
}
.AnyTagClassName
{
color: #C8C361;
}
</style>
background-color css
<style>
a { background-color: #C8C361; }
a { background-color: rgb(200,195,97); }
div.DivClassName
{
background-color: #C8C361;
}
.BgClassName
{
background-color: #C8C361;
}
</style>
border-color css
<style>
span { border-color: #C8C361; }
span { border-color: rgb(200,195,97); }
td.TdClassName
{
border-color: #C8C361;
}
.TagClassName
{
border-color: #C8C361;
}
</style>