Shades of Fuzzy Wuzzy Brown #C55757
Tints of Fuzzy Wuzzy Brown #C55757
RGB
CMYK
RGB Variations
Color information
#C55757 (or 0xC55757) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 57 and 57. RGB value is (197,87,87). Sum of RGB (Red+Green+Blue) = 197+87+87=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C55757 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55757 is #3AA8A8. Grayscale: #787878. Windows color (decimal): -3844265 or 5724101. OLE color: 5724101.
HSL color Cylindrical-coordinate representation of color #C55757: hue angle of 0º 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 #C55757 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 87 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.23 |
| HSL | 0º | 0.49% | 0.56% | - |
| HSV(B) | 0º | 0.56% | 0.77% | - |
| XYZ | 28.15 | 19.37 | 11.27 | - |
| YUV | 119.89 | 109.44 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 87 | 0 | 0.56 | 0.56 | 0.23 | 0 | 0.49 | 0.56 |
| Hex | C5 | 57 | 57 | 0 | 38 | 38 | 17 | 0 | 31 | 38 |
| Octal | 305 | 127 | 127 | 0 | 70 | 70 | 27 | 0 | 61 | 70 |
| Binary | 11000101 | 1010111 | 1010111 | 0 | 111000 | 111000 | 10111 | 0 | 110001 | 111000 |
Color Harmonies of #C55757
Complementary color
Monochromatic Colors of #C55757
Black with #C55757
Text Example
Text Example
White with #C55757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55757; }
p { color: rgb(197,87,87); }
H1.HeaderClassName
{
color: #C55757;
}
.AnyTagClassName
{
color: #C55757;
}
</style>
background-color css
<style>
a { background-color: #C55757; }
a { background-color: rgb(197,87,87); }
div.DivClassName
{
background-color: #C55757;
}
.BgClassName
{
background-color: #C55757;
}
</style>
border-color css
<style>
span { border-color: #C55757; }
span { border-color: rgb(197,87,87); }
td.TdClassName
{
border-color: #C55757;
}
.TagClassName
{
border-color: #C55757;
}
</style>