Shades of Wild Willow #C8C76A
Tints of Wild Willow #C8C76A
RGB
CMYK
RGB Variations
Color information
#C8C76A (or 0xC8C76A) is known color: Wild Willow. HEX triplet: C8, C7 and 6A. RGB value is (200,199,106). Sum of RGB (Red+Green+Blue) = 200+199+106=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 199 (78.12% from 255 or 39.41% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C76A is #373895. Grayscale: #BDBDBD. Windows color (decimal): -3618966 or 6997960. OLE color: 6997960.
HSL color Cylindrical-coordinate representation of color #C8C76A: hue angle of 59.36º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8C76A is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 199 | 106 | - |
| CMYK | 0 | 0.00 | 0.47 | 0.22 |
| HSL | 59.36º | 0.46% | 0.6% | - |
| HSV(B) | 59.36º | 0.47% | 0.78% | - |
| XYZ | 46.84 | 54.17 | 21.62 | - |
| YUV | 188.7 | 81.33 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 199 | 106 | 0 | 0.00 | 0.47 | 0.22 | 59.36 | 0.46 | 0.6 |
| Hex | C8 | C7 | 6A | 0 | 0 | 2F | 16 | 3B | 2E | 3C |
| Octal | 310 | 307 | 152 | 0 | 0 | 57 | 26 | 73 | 56 | 74 |
| Binary | 11001000 | 11000111 | 1101010 | 0 | 0 | 101111 | 10110 | 111011 | 101110 | 111100 |
Color Harmonies of #C8C76A
Complementary color
Monochromatic Colors of #C8C76A
Black with #C8C76A
Text Example
Text Example
White with #C8C76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C76A; }
p { color: rgb(200,199,106); }
H1.HeaderClassName
{
color: #C8C76A;
}
.AnyTagClassName
{
color: #C8C76A;
}
</style>
background-color css
<style>
a { background-color: #C8C76A; }
a { background-color: rgb(200,199,106); }
div.DivClassName
{
background-color: #C8C76A;
}
.BgClassName
{
background-color: #C8C76A;
}
</style>
border-color css
<style>
span { border-color: #C8C76A; }
span { border-color: rgb(200,199,106); }
td.TdClassName
{
border-color: #C8C76A;
}
.TagClassName
{
border-color: #C8C76A;
}
</style>