Shades of Fuzzy Wuzzy Brown #C55C59
Tints of Fuzzy Wuzzy Brown #C55C59
RGB
CMYK
RGB Variations
Color information
#C55C59 (or 0xC55C59) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 5C and 59. RGB value is (197,92,89). Sum of RGB (Red+Green+Blue) = 197+92+89=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55C59 is #3AA3A6. Grayscale: #7B7B7B. Windows color (decimal): -3842983 or 5856453. OLE color: 5856453.
HSL color Cylindrical-coordinate representation of color #C55C59: hue angle of 1.67º 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 #C55C59 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 89 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.23 |
| HSL | 1.67º | 0.48% | 0.56% | - |
| HSV(B) | 1.67º | 0.55% | 0.77% | - |
| XYZ | 28.66 | 20.25 | 11.85 | - |
| YUV | 123.05 | 108.79 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 89 | 0 | 0.53 | 0.55 | 0.23 | 1.67 | 0.48 | 0.56 |
| Hex | C5 | 5C | 59 | 0 | 35 | 37 | 17 | 2 | 30 | 38 |
| Octal | 305 | 134 | 131 | 0 | 65 | 67 | 27 | 2 | 60 | 70 |
| Binary | 11000101 | 1011100 | 1011001 | 0 | 110101 | 110111 | 10111 | 10 | 110000 | 111000 |
Color Harmonies of #C55C59
Complementary color
Monochromatic Colors of #C55C59
Black with #C55C59
Text Example
Text Example
White with #C55C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55C59; }
p { color: rgb(197,92,89); }
H1.HeaderClassName
{
color: #C55C59;
}
.AnyTagClassName
{
color: #C55C59;
}
</style>
background-color css
<style>
a { background-color: #C55C59; }
a { background-color: rgb(197,92,89); }
div.DivClassName
{
background-color: #C55C59;
}
.BgClassName
{
background-color: #C55C59;
}
</style>
border-color css
<style>
span { border-color: #C55C59; }
span { border-color: rgb(197,92,89); }
td.TdClassName
{
border-color: #C55C59;
}
.TagClassName
{
border-color: #C55C59;
}
</style>