Shades of Fuzzy Wuzzy Brown #C55656
Tints of Fuzzy Wuzzy Brown #C55656
RGB
CMYK
RGB Variations
Color information
#C55656 (or 0xC55656) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 56 and 56. RGB value is (197,86,86). Sum of RGB (Red+Green+Blue) = 197+86+86=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C55656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55656 is #3AA9A9. Grayscale: #777777. Windows color (decimal): -3844522 or 5658309. OLE color: 5658309.
HSL color Cylindrical-coordinate representation of color #C55656: hue angle of 0º 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 #C55656 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 86 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.23 |
| HSL | 0º | 0.49% | 0.55% | - |
| HSV(B) | 0º | 0.56% | 0.77% | - |
| XYZ | 28.03 | 19.2 | 11.03 | - |
| YUV | 119.19 | 109.27 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 86 | 0 | 0.56 | 0.56 | 0.23 | 0 | 0.49 | 0.55 |
| Hex | C5 | 56 | 56 | 0 | 38 | 38 | 17 | 0 | 31 | 37 |
| Octal | 305 | 126 | 126 | 0 | 70 | 70 | 27 | 0 | 61 | 67 |
| Binary | 11000101 | 1010110 | 1010110 | 0 | 111000 | 111000 | 10111 | 0 | 110001 | 110111 |
Color Harmonies of #C55656
Complementary color
Monochromatic Colors of #C55656
Black with #C55656
Text Example
Text Example
White with #C55656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55656; }
p { color: rgb(197,86,86); }
H1.HeaderClassName
{
color: #C55656;
}
.AnyTagClassName
{
color: #C55656;
}
</style>
background-color css
<style>
a { background-color: #C55656; }
a { background-color: rgb(197,86,86); }
div.DivClassName
{
background-color: #C55656;
}
.BgClassName
{
background-color: #C55656;
}
</style>
border-color css
<style>
span { border-color: #C55656; }
span { border-color: rgb(197,86,86); }
td.TdClassName
{
border-color: #C55656;
}
.TagClassName
{
border-color: #C55656;
}
</style>