Shades of Fuzzy Wuzzy Brown #C85959
Tints of Fuzzy Wuzzy Brown #C85959
RGB
CMYK
RGB Variations
Color information
#C85959 (or 0xC85959) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 59 and 59. RGB value is (200,89,89). Sum of RGB (Red+Green+Blue) = 200+89+89=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C85959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85959 is #37A6A6. Grayscale: #7A7A7A. Windows color (decimal): -3647143 or 5855688. OLE color: 5855688.
HSL color Cylindrical-coordinate representation of color #C85959: hue angle of 0º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85959 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 89 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.22 |
| HSL | 0º | 0.5% | 0.57% | - |
| HSV(B) | 0º | 0.56% | 0.78% | - |
| XYZ | 29.19 | 20.15 | 11.8 | - |
| YUV | 122.19 | 109.27 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 89 | 0 | 0.56 | 0.56 | 0.22 | 0 | 0.5 | 0.57 |
| Hex | C8 | 59 | 59 | 0 | 38 | 38 | 16 | 0 | 32 | 39 |
| Octal | 310 | 131 | 131 | 0 | 70 | 70 | 26 | 0 | 62 | 71 |
| Binary | 11001000 | 1011001 | 1011001 | 0 | 111000 | 111000 | 10110 | 0 | 110010 | 111001 |
Color Harmonies of #C85959
Complementary color
Monochromatic Colors of #C85959
Black with #C85959
Text Example
Text Example
White with #C85959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85959; }
p { color: rgb(200,89,89); }
H1.HeaderClassName
{
color: #C85959;
}
.AnyTagClassName
{
color: #C85959;
}
</style>
background-color css
<style>
a { background-color: #C85959; }
a { background-color: rgb(200,89,89); }
div.DivClassName
{
background-color: #C85959;
}
.BgClassName
{
background-color: #C85959;
}
</style>
border-color css
<style>
span { border-color: #C85959; }
span { border-color: rgb(200,89,89); }
td.TdClassName
{
border-color: #C85959;
}
.TagClassName
{
border-color: #C85959;
}
</style>