Shades of Fuzzy Wuzzy Brown #C55856
Tints of Fuzzy Wuzzy Brown #C55856
RGB
CMYK
RGB Variations
Color information
#C55856 (or 0xC55856) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 58 and 56. RGB value is (197,88,86). Sum of RGB (Red+Green+Blue) = 197+88+86=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C55856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55856 is #3AA7A9. Grayscale: #787878. Windows color (decimal): -3844010 or 5658821. OLE color: 5658821.
HSL color Cylindrical-coordinate representation of color #C55856: hue angle of 1.08º 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 #C55856 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 86 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.23 |
| HSL | 1.08º | 0.49% | 0.55% | - |
| HSV(B) | 1.08º | 0.56% | 0.77% | - |
| XYZ | 28.2 | 19.52 | 11.09 | - |
| YUV | 120.36 | 108.61 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 86 | 0 | 0.55 | 0.56 | 0.23 | 1.08 | 0.49 | 0.55 |
| Hex | C5 | 58 | 56 | 0 | 37 | 38 | 17 | 1 | 31 | 37 |
| Octal | 305 | 130 | 126 | 0 | 67 | 70 | 27 | 1 | 61 | 67 |
| Binary | 11000101 | 1011000 | 1010110 | 0 | 110111 | 111000 | 10111 | 1 | 110001 | 110111 |
Color Harmonies of #C55856
Complementary color
Monochromatic Colors of #C55856
Black with #C55856
Text Example
Text Example
White with #C55856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55856; }
p { color: rgb(197,88,86); }
H1.HeaderClassName
{
color: #C55856;
}
.AnyTagClassName
{
color: #C55856;
}
</style>
background-color css
<style>
a { background-color: #C55856; }
a { background-color: rgb(197,88,86); }
div.DivClassName
{
background-color: #C55856;
}
.BgClassName
{
background-color: #C55856;
}
</style>
border-color css
<style>
span { border-color: #C55856; }
span { border-color: rgb(197,88,86); }
td.TdClassName
{
border-color: #C55856;
}
.TagClassName
{
border-color: #C55856;
}
</style>