Shades of Wild Willow #C8C65C
Tints of Wild Willow #C8C65C
RGB
CMYK
RGB Variations
Color information
#C8C65C (or 0xC8C65C) is known color: Wild Willow. HEX triplet: C8, C6 and 5C. RGB value is (200,198,92). Sum of RGB (Red+Green+Blue) = 200+198+92=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C65C is #3739A3. Grayscale: #BABABA. Windows color (decimal): -3619236 or 6080200. OLE color: 6080200.
HSL color Cylindrical-coordinate representation of color #C8C65C: hue angle of 58.89º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8C65C is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 198 | 92 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.22 |
| HSL | 58.89º | 0.5% | 0.57% | - |
| HSV(B) | 58.89º | 0.54% | 0.78% | - |
| XYZ | 45.95 | 53.44 | 18.02 | - |
| YUV | 186.51 | 74.66 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 92 | 0 | 0.01 | 0.54 | 0.22 | 58.89 | 0.5 | 0.57 |
| Hex | C8 | C6 | 5C | 0 | 1 | 36 | 16 | 3B | 32 | 39 |
| Octal | 310 | 306 | 134 | 0 | 1 | 66 | 26 | 73 | 62 | 71 |
| Binary | 11001000 | 11000110 | 1011100 | 0 | 1 | 110110 | 10110 | 111011 | 110010 | 111001 |
Color Harmonies of #C8C65C
Complementary color
Monochromatic Colors of #C8C65C
Black with #C8C65C
Text Example
Text Example
White with #C8C65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C65C; }
p { color: rgb(200,198,92); }
H1.HeaderClassName
{
color: #C8C65C;
}
.AnyTagClassName
{
color: #C8C65C;
}
</style>
background-color css
<style>
a { background-color: #C8C65C; }
a { background-color: rgb(200,198,92); }
div.DivClassName
{
background-color: #C8C65C;
}
.BgClassName
{
background-color: #C8C65C;
}
</style>
border-color css
<style>
span { border-color: #C8C65C; }
span { border-color: rgb(200,198,92); }
td.TdClassName
{
border-color: #C8C65C;
}
.TagClassName
{
border-color: #C8C65C;
}
</style>