Shades of Fuzzy Wuzzy Brown #C55959
Tints of Fuzzy Wuzzy Brown #C55959
RGB
CMYK
RGB Variations
Color information
#C55959 (or 0xC55959) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 59 and 59. RGB value is (197,89,89). Sum of RGB (Red+Green+Blue) = 197+89+89=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C55959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55959 is #3AA6A6. Grayscale: #797979. Windows color (decimal): -3843751 or 5855685. OLE color: 5855685.
HSL color Cylindrical-coordinate representation of color #C55959: hue angle of 0º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C55959 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 89 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.23 |
| HSL | 0º | 0.48% | 0.56% | - |
| HSV(B) | 0º | 0.55% | 0.77% | - |
| XYZ | 28.4 | 19.74 | 11.76 | - |
| YUV | 121.29 | 109.78 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 89 | 0 | 0.55 | 0.55 | 0.23 | 0 | 0.48 | 0.56 |
| Hex | C5 | 59 | 59 | 0 | 37 | 37 | 17 | 0 | 30 | 38 |
| Octal | 305 | 131 | 131 | 0 | 67 | 67 | 27 | 0 | 60 | 70 |
| Binary | 11000101 | 1011001 | 1011001 | 0 | 110111 | 110111 | 10111 | 0 | 110000 | 111000 |
Color Harmonies of #C55959
Complementary color
Monochromatic Colors of #C55959
Black with #C55959
Text Example
Text Example
White with #C55959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55959; }
p { color: rgb(197,89,89); }
H1.HeaderClassName
{
color: #C55959;
}
.AnyTagClassName
{
color: #C55959;
}
</style>
background-color css
<style>
a { background-color: #C55959; }
a { background-color: rgb(197,89,89); }
div.DivClassName
{
background-color: #C55959;
}
.BgClassName
{
background-color: #C55959;
}
</style>
border-color css
<style>
span { border-color: #C55959; }
span { border-color: rgb(197,89,89); }
td.TdClassName
{
border-color: #C55959;
}
.TagClassName
{
border-color: #C55959;
}
</style>