Shades of Fuzzy Wuzzy Brown #C55851
Tints of Fuzzy Wuzzy Brown #C55851
RGB
CMYK
RGB Variations
Color information
#C55851 (or 0xC55851) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 58 and 51. RGB value is (197,88,81). Sum of RGB (Red+Green+Blue) = 197+88+81=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C55851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55851 is #3AA7AE. Grayscale: #777777. Windows color (decimal): -3844015 or 5331141. OLE color: 5331141.
HSL color Cylindrical-coordinate representation of color #C55851: hue angle of 3.62º 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 #C55851 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 81 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.23 |
| HSL | 3.62º | 0.5% | 0.55% | - |
| HSV(B) | 3.62º | 0.59% | 0.77% | - |
| XYZ | 28 | 19.44 | 10.06 | - |
| YUV | 119.79 | 106.11 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 81 | 0 | 0.55 | 0.59 | 0.23 | 3.62 | 0.5 | 0.55 |
| Hex | C5 | 58 | 51 | 0 | 37 | 3B | 17 | 4 | 32 | 37 |
| Octal | 305 | 130 | 121 | 0 | 67 | 73 | 27 | 4 | 62 | 67 |
| Binary | 11000101 | 1011000 | 1010001 | 0 | 110111 | 111011 | 10111 | 100 | 110010 | 110111 |
Color Harmonies of #C55851
Complementary color
Monochromatic Colors of #C55851
Black with #C55851
Text Example
Text Example
White with #C55851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55851; }
p { color: rgb(197,88,81); }
H1.HeaderClassName
{
color: #C55851;
}
.AnyTagClassName
{
color: #C55851;
}
</style>
background-color css
<style>
a { background-color: #C55851; }
a { background-color: rgb(197,88,81); }
div.DivClassName
{
background-color: #C55851;
}
.BgClassName
{
background-color: #C55851;
}
</style>
border-color css
<style>
span { border-color: #C55851; }
span { border-color: rgb(197,88,81); }
td.TdClassName
{
border-color: #C55851;
}
.TagClassName
{
border-color: #C55851;
}
</style>