Shades of Fuzzy Wuzzy Brown #C55A57
Tints of Fuzzy Wuzzy Brown #C55A57
RGB
CMYK
RGB Variations
Color information
#C55A57 (or 0xC55A57) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 5A and 57. RGB value is (197,90,87). Sum of RGB (Red+Green+Blue) = 197+90+87=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55A57 is #3AA5A8. Grayscale: #797979. Windows color (decimal): -3843497 or 5724869. OLE color: 5724869.
HSL color Cylindrical-coordinate representation of color #C55A57: hue angle of 1.64º 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 #C55A57 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 87 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.23 |
| HSL | 1.64º | 0.49% | 0.56% | - |
| HSV(B) | 1.64º | 0.56% | 0.77% | - |
| XYZ | 28.4 | 19.87 | 11.36 | - |
| YUV | 121.65 | 108.45 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 87 | 0 | 0.54 | 0.56 | 0.23 | 1.64 | 0.49 | 0.56 |
| Hex | C5 | 5A | 57 | 0 | 36 | 38 | 17 | 2 | 31 | 38 |
| Octal | 305 | 132 | 127 | 0 | 66 | 70 | 27 | 2 | 61 | 70 |
| Binary | 11000101 | 1011010 | 1010111 | 0 | 110110 | 111000 | 10111 | 10 | 110001 | 111000 |
Color Harmonies of #C55A57
Complementary color
Monochromatic Colors of #C55A57
Black with #C55A57
Text Example
Text Example
White with #C55A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A57; }
p { color: rgb(197,90,87); }
H1.HeaderClassName
{
color: #C55A57;
}
.AnyTagClassName
{
color: #C55A57;
}
</style>
background-color css
<style>
a { background-color: #C55A57; }
a { background-color: rgb(197,90,87); }
div.DivClassName
{
background-color: #C55A57;
}
.BgClassName
{
background-color: #C55A57;
}
</style>
border-color css
<style>
span { border-color: #C55A57; }
span { border-color: rgb(197,90,87); }
td.TdClassName
{
border-color: #C55A57;
}
.TagClassName
{
border-color: #C55A57;
}
</style>