Shades of Wild Willow #C8C255
Tints of Wild Willow #C8C255
RGB
CMYK
RGB Variations
Color information
#C8C255 (or 0xC8C255) is known color: Wild Willow. HEX triplet: C8, C2 and 55. RGB value is (200,194,85). Sum of RGB (Red+Green+Blue) = 200+194+85=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 85 (33.59% from 255 or 17.75% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C255 is #373DAA. Grayscale: #B7B7B7. Windows color (decimal): -3620267 or 5620424. OLE color: 5620424.
HSL color Cylindrical-coordinate representation of color #C8C255: hue angle of 56.87º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8C255 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 194 | 85 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.22 |
| HSL | 56.87º | 0.51% | 0.56% | - |
| HSV(B) | 56.87º | 0.58% | 0.78% | - |
| XYZ | 44.75 | 51.52 | 16.18 | - |
| YUV | 183.37 | 72.49 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 85 | 0 | 0.03 | 0.58 | 0.22 | 56.87 | 0.51 | 0.56 |
| Hex | C8 | C2 | 55 | 0 | 3 | 3A | 16 | 39 | 33 | 38 |
| Octal | 310 | 302 | 125 | 0 | 3 | 72 | 26 | 71 | 63 | 70 |
| Binary | 11001000 | 11000010 | 1010101 | 0 | 11 | 111010 | 10110 | 111001 | 110011 | 111000 |
Color Harmonies of #C8C255
Complementary color
Monochromatic Colors of #C8C255
Black with #C8C255
Text Example
Text Example
White with #C8C255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C255; }
p { color: rgb(200,194,85); }
H1.HeaderClassName
{
color: #C8C255;
}
.AnyTagClassName
{
color: #C8C255;
}
</style>
background-color css
<style>
a { background-color: #C8C255; }
a { background-color: rgb(200,194,85); }
div.DivClassName
{
background-color: #C8C255;
}
.BgClassName
{
background-color: #C8C255;
}
</style>
border-color css
<style>
span { border-color: #C8C255; }
span { border-color: rgb(200,194,85); }
td.TdClassName
{
border-color: #C8C255;
}
.TagClassName
{
border-color: #C8C255;
}
</style>