Shades of Fuzzy Wuzzy Brown #C55353
Tints of Fuzzy Wuzzy Brown #C55353
RGB
CMYK
RGB Variations
Color information
#C55353 (or 0xC55353) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 53 and 53. RGB value is (197,83,83). Sum of RGB (Red+Green+Blue) = 197+83+83=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C55353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55353 is #3AACAC. Grayscale: #757575. Windows color (decimal): -3845293 or 5460933. OLE color: 5460933.
HSL color Cylindrical-coordinate representation of color #C55353: hue angle of 0º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55353 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 83 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.23 |
| HSL | 0º | 0.5% | 0.55% | - |
| HSV(B) | 0º | 0.58% | 0.77% | - |
| XYZ | 27.68 | 18.68 | 10.33 | - |
| YUV | 117.09 | 108.77 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 83 | 0 | 0.58 | 0.58 | 0.23 | 0 | 0.5 | 0.55 |
| Hex | C5 | 53 | 53 | 0 | 3A | 3A | 17 | 0 | 32 | 37 |
| Octal | 305 | 123 | 123 | 0 | 72 | 72 | 27 | 0 | 62 | 67 |
| Binary | 11000101 | 1010011 | 1010011 | 0 | 111010 | 111010 | 10111 | 0 | 110010 | 110111 |
Color Harmonies of #C55353
Complementary color
Monochromatic Colors of #C55353
Black with #C55353
Text Example
Text Example
White with #C55353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55353; }
p { color: rgb(197,83,83); }
H1.HeaderClassName
{
color: #C55353;
}
.AnyTagClassName
{
color: #C55353;
}
</style>
background-color css
<style>
a { background-color: #C55353; }
a { background-color: rgb(197,83,83); }
div.DivClassName
{
background-color: #C55353;
}
.BgClassName
{
background-color: #C55353;
}
</style>
border-color css
<style>
span { border-color: #C55353; }
span { border-color: rgb(197,83,83); }
td.TdClassName
{
border-color: #C55353;
}
.TagClassName
{
border-color: #C55353;
}
</style>