Shades of Wild Willow #C8C35B
Tints of Wild Willow #C8C35B
RGB
CMYK
RGB Variations
Color information
#C8C35B (or 0xC8C35B) is known color: Wild Willow. HEX triplet: C8, C3 and 5B. RGB value is (200,195,91). Sum of RGB (Red+Green+Blue) = 200+195+91=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C35B is #373CA4. Grayscale: #B9B9B9. Windows color (decimal): -3620005 or 6013896. OLE color: 6013896.
HSL color Cylindrical-coordinate representation of color #C8C35B: hue angle of 57.25º 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 #C8C35B is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 91 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.22 |
| HSL | 57.25º | 0.5% | 0.57% | - |
| HSV(B) | 57.25º | 0.55% | 0.78% | - |
| XYZ | 45.22 | 52.06 | 17.56 | - |
| YUV | 184.64 | 75.16 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 91 | 0 | 0.02 | 0.54 | 0.22 | 57.25 | 0.5 | 0.57 |
| Hex | C8 | C3 | 5B | 0 | 2 | 36 | 16 | 39 | 32 | 39 |
| Octal | 310 | 303 | 133 | 0 | 2 | 66 | 26 | 71 | 62 | 71 |
| Binary | 11001000 | 11000011 | 1011011 | 0 | 10 | 110110 | 10110 | 111001 | 110010 | 111001 |
Color Harmonies of #C8C35B
Complementary color
Monochromatic Colors of #C8C35B
Black with #C8C35B
Text Example
Text Example
White with #C8C35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C35B; }
p { color: rgb(200,195,91); }
H1.HeaderClassName
{
color: #C8C35B;
}
.AnyTagClassName
{
color: #C8C35B;
}
</style>
background-color css
<style>
a { background-color: #C8C35B; }
a { background-color: rgb(200,195,91); }
div.DivClassName
{
background-color: #C8C35B;
}
.BgClassName
{
background-color: #C8C35B;
}
</style>
border-color css
<style>
span { border-color: #C8C35B; }
span { border-color: rgb(200,195,91); }
td.TdClassName
{
border-color: #C8C35B;
}
.TagClassName
{
border-color: #C8C35B;
}
</style>