Shades of Fuzzy Wuzzy Brown #C55B54
Tints of Fuzzy Wuzzy Brown #C55B54
RGB
CMYK
RGB Variations
Color information
#C55B54 (or 0xC55B54) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 5B and 54. RGB value is (197,91,84). Sum of RGB (Red+Green+Blue) = 197+91+84=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55B54 is #3AA4AB. Grayscale: #7A7A7A. Windows color (decimal): -3843244 or 5528517. OLE color: 5528517.
HSL color Cylindrical-coordinate representation of color #C55B54: hue angle of 3.72º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55B54 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 91 | 84 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.23 |
| HSL | 3.72º | 0.49% | 0.55% | - |
| HSV(B) | 3.72º | 0.57% | 0.77% | - |
| XYZ | 28.37 | 19.99 | 10.75 | - |
| YUV | 121.9 | 106.62 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 84 | 0 | 0.54 | 0.57 | 0.23 | 3.72 | 0.49 | 0.55 |
| Hex | C5 | 5B | 54 | 0 | 36 | 39 | 17 | 4 | 31 | 37 |
| Octal | 305 | 133 | 124 | 0 | 66 | 71 | 27 | 4 | 61 | 67 |
| Binary | 11000101 | 1011011 | 1010100 | 0 | 110110 | 111001 | 10111 | 100 | 110001 | 110111 |
Color Harmonies of #C55B54
Complementary color
Monochromatic Colors of #C55B54
Black with #C55B54
Text Example
Text Example
White with #C55B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55B54; }
p { color: rgb(197,91,84); }
H1.HeaderClassName
{
color: #C55B54;
}
.AnyTagClassName
{
color: #C55B54;
}
</style>
background-color css
<style>
a { background-color: #C55B54; }
a { background-color: rgb(197,91,84); }
div.DivClassName
{
background-color: #C55B54;
}
.BgClassName
{
background-color: #C55B54;
}
</style>
border-color css
<style>
span { border-color: #C55B54; }
span { border-color: rgb(197,91,84); }
td.TdClassName
{
border-color: #C55B54;
}
.TagClassName
{
border-color: #C55B54;
}
</style>