Shades of Fuzzy Wuzzy Brown #C55956
Tints of Fuzzy Wuzzy Brown #C55956
RGB
CMYK
RGB Variations
Color information
#C55956 (or 0xC55956) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 59 and 56. RGB value is (197,89,86). Sum of RGB (Red+Green+Blue) = 197+89+86=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C55956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55956 is #3AA6A9. Grayscale: #797979. Windows color (decimal): -3843754 or 5659077. OLE color: 5659077.
HSL color Cylindrical-coordinate representation of color #C55956: hue angle of 1.62º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55956 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 86 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.23 |
| HSL | 1.62º | 0.49% | 0.55% | - |
| HSV(B) | 1.62º | 0.56% | 0.77% | - |
| XYZ | 28.28 | 19.69 | 11.11 | - |
| YUV | 120.95 | 108.28 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 86 | 0 | 0.55 | 0.56 | 0.23 | 1.62 | 0.49 | 0.55 |
| Hex | C5 | 59 | 56 | 0 | 37 | 38 | 17 | 2 | 31 | 37 |
| Octal | 305 | 131 | 126 | 0 | 67 | 70 | 27 | 2 | 61 | 67 |
| Binary | 11000101 | 1011001 | 1010110 | 0 | 110111 | 111000 | 10111 | 10 | 110001 | 110111 |
Color Harmonies of #C55956
Complementary color
Monochromatic Colors of #C55956
Black with #C55956
Text Example
Text Example
White with #C55956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55956; }
p { color: rgb(197,89,86); }
H1.HeaderClassName
{
color: #C55956;
}
.AnyTagClassName
{
color: #C55956;
}
</style>
background-color css
<style>
a { background-color: #C55956; }
a { background-color: rgb(197,89,86); }
div.DivClassName
{
background-color: #C55956;
}
.BgClassName
{
background-color: #C55956;
}
</style>
border-color css
<style>
span { border-color: #C55956; }
span { border-color: rgb(197,89,86); }
td.TdClassName
{
border-color: #C55956;
}
.TagClassName
{
border-color: #C55956;
}
</style>