Shades of Fuzzy Wuzzy Brown #C55857
Tints of Fuzzy Wuzzy Brown #C55857
RGB
CMYK
RGB Variations
Color information
#C55857 (or 0xC55857) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 58 and 57. RGB value is (197,88,87). Sum of RGB (Red+Green+Blue) = 197+88+87=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 87 (34.38% from 255 or 23.39% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C55857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55857 is #3AA7A8. Grayscale: #787878. Windows color (decimal): -3844009 or 5724357. OLE color: 5724357.
HSL color Cylindrical-coordinate representation of color #C55857: hue angle of 0.55º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55857 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 87 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.23 |
| HSL | 0.55º | 0.49% | 0.56% | - |
| HSV(B) | 0.55º | 0.56% | 0.77% | - |
| XYZ | 28.24 | 19.54 | 11.3 | - |
| YUV | 120.48 | 109.11 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 87 | 0 | 0.55 | 0.56 | 0.23 | 0.55 | 0.49 | 0.56 |
| Hex | C5 | 58 | 57 | 0 | 37 | 38 | 17 | 1 | 31 | 38 |
| Octal | 305 | 130 | 127 | 0 | 67 | 70 | 27 | 1 | 61 | 70 |
| Binary | 11000101 | 1011000 | 1010111 | 0 | 110111 | 111000 | 10111 | 1 | 110001 | 111000 |
Color Harmonies of #C55857
Complementary color
Monochromatic Colors of #C55857
Black with #C55857
Text Example
Text Example
White with #C55857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55857; }
p { color: rgb(197,88,87); }
H1.HeaderClassName
{
color: #C55857;
}
.AnyTagClassName
{
color: #C55857;
}
</style>
background-color css
<style>
a { background-color: #C55857; }
a { background-color: rgb(197,88,87); }
div.DivClassName
{
background-color: #C55857;
}
.BgClassName
{
background-color: #C55857;
}
</style>
border-color css
<style>
span { border-color: #C55857; }
span { border-color: rgb(197,88,87); }
td.TdClassName
{
border-color: #C55857;
}
.TagClassName
{
border-color: #C55857;
}
</style>