Shades of Wild Willow #C8C35A
Tints of Wild Willow #C8C35A
RGB
CMYK
RGB Variations
Color information
#C8C35A (or 0xC8C35A) is known color: Wild Willow. HEX triplet: C8, C3 and 5A. RGB value is (200,195,90). Sum of RGB (Red+Green+Blue) = 200+195+90=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C35A is #373CA5. Grayscale: #B8B8B8. Windows color (decimal): -3620006 or 5948360. OLE color: 5948360.
HSL color Cylindrical-coordinate representation of color #C8C35A: hue angle of 57.27º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8C35A is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 90 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.22 |
| HSL | 57.27º | 0.5% | 0.57% | - |
| HSV(B) | 57.27º | 0.55% | 0.78% | - |
| XYZ | 45.18 | 52.05 | 17.34 | - |
| YUV | 184.53 | 74.66 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 90 | 0 | 0.02 | 0.55 | 0.22 | 57.27 | 0.5 | 0.57 |
| Hex | C8 | C3 | 5A | 0 | 2 | 37 | 16 | 39 | 32 | 39 |
| Octal | 310 | 303 | 132 | 0 | 2 | 67 | 26 | 71 | 62 | 71 |
| Binary | 11001000 | 11000011 | 1011010 | 0 | 10 | 110111 | 10110 | 111001 | 110010 | 111001 |
Color Harmonies of #C8C35A
Complementary color
Monochromatic Colors of #C8C35A
Black with #C8C35A
Text Example
Text Example
White with #C8C35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C35A; }
p { color: rgb(200,195,90); }
H1.HeaderClassName
{
color: #C8C35A;
}
.AnyTagClassName
{
color: #C8C35A;
}
</style>
background-color css
<style>
a { background-color: #C8C35A; }
a { background-color: rgb(200,195,90); }
div.DivClassName
{
background-color: #C8C35A;
}
.BgClassName
{
background-color: #C8C35A;
}
</style>
border-color css
<style>
span { border-color: #C8C35A; }
span { border-color: rgb(200,195,90); }
td.TdClassName
{
border-color: #C8C35A;
}
.TagClassName
{
border-color: #C8C35A;
}
</style>