Shades of Fuzzy Wuzzy Brown #C55751
Tints of Fuzzy Wuzzy Brown #C55751
RGB
CMYK
RGB Variations
Color information
#C55751 (or 0xC55751) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 57 and 51. RGB value is (197,87,81). Sum of RGB (Red+Green+Blue) = 197+87+81=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C55751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55751 is #3AA8AE. Grayscale: #777777. Windows color (decimal): -3844271 or 5330885. OLE color: 5330885.
HSL color Cylindrical-coordinate representation of color #C55751: hue angle of 3.1º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55751 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 81 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.23 |
| HSL | 3.1º | 0.5% | 0.55% | - |
| HSV(B) | 3.1º | 0.59% | 0.77% | - |
| XYZ | 27.92 | 19.28 | 10.03 | - |
| YUV | 119.21 | 106.44 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 81 | 0 | 0.56 | 0.59 | 0.23 | 3.1 | 0.5 | 0.55 |
| Hex | C5 | 57 | 51 | 0 | 38 | 3B | 17 | 3 | 32 | 37 |
| Octal | 305 | 127 | 121 | 0 | 70 | 73 | 27 | 3 | 62 | 67 |
| Binary | 11000101 | 1010111 | 1010001 | 0 | 111000 | 111011 | 10111 | 11 | 110010 | 110111 |
Color Harmonies of #C55751
Complementary color
Monochromatic Colors of #C55751
Black with #C55751
Text Example
Text Example
White with #C55751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55751; }
p { color: rgb(197,87,81); }
H1.HeaderClassName
{
color: #C55751;
}
.AnyTagClassName
{
color: #C55751;
}
</style>
background-color css
<style>
a { background-color: #C55751; }
a { background-color: rgb(197,87,81); }
div.DivClassName
{
background-color: #C55751;
}
.BgClassName
{
background-color: #C55751;
}
</style>
border-color css
<style>
span { border-color: #C55751; }
span { border-color: rgb(197,87,81); }
td.TdClassName
{
border-color: #C55751;
}
.TagClassName
{
border-color: #C55751;
}
</style>