Shades of Wild Willow #C8C753
Tints of Wild Willow #C8C753
RGB
CMYK
RGB Variations
Color information
#C8C753 (or 0xC8C753) is known color: Wild Willow. HEX triplet: C8, C7 and 53. RGB value is (200,199,83). Sum of RGB (Red+Green+Blue) = 200+199+83=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 83 (32.81% from 255 or 17.22% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C753 is #3738AC. Grayscale: #BABABA. Windows color (decimal): -3618989 or 5490632. OLE color: 5490632.
HSL color Cylindrical-coordinate representation of color #C8C753: hue angle of 59.49º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8C753 is Cyan = 0, Magento = 0.00, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 199 | 83 | - |
| CMYK | 0 | 0.00 | 0.58 | 0.22 |
| HSL | 59.49º | 0.52% | 0.55% | - |
| HSV(B) | 59.49º | 0.59% | 0.78% | - |
| XYZ | 45.8 | 53.75 | 16.14 | - |
| YUV | 186.08 | 69.83 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 199 | 83 | 0 | 0.00 | 0.58 | 0.22 | 59.49 | 0.52 | 0.55 |
| Hex | C8 | C7 | 53 | 0 | 0 | 3A | 16 | 3B | 34 | 37 |
| Octal | 310 | 307 | 123 | 0 | 0 | 72 | 26 | 73 | 64 | 67 |
| Binary | 11001000 | 11000111 | 1010011 | 0 | 0 | 111010 | 10110 | 111011 | 110100 | 110111 |
Color Harmonies of #C8C753
Complementary color
Monochromatic Colors of #C8C753
Black with #C8C753
Text Example
Text Example
White with #C8C753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C753; }
p { color: rgb(200,199,83); }
H1.HeaderClassName
{
color: #C8C753;
}
.AnyTagClassName
{
color: #C8C753;
}
</style>
background-color css
<style>
a { background-color: #C8C753; }
a { background-color: rgb(200,199,83); }
div.DivClassName
{
background-color: #C8C753;
}
.BgClassName
{
background-color: #C8C753;
}
</style>
border-color css
<style>
span { border-color: #C8C753; }
span { border-color: rgb(200,199,83); }
td.TdClassName
{
border-color: #C8C753;
}
.TagClassName
{
border-color: #C8C753;
}
</style>