Shades of Fuzzy Wuzzy Brown #C55853
Tints of Fuzzy Wuzzy Brown #C55853
RGB
CMYK
RGB Variations
Color information
#C55853 (or 0xC55853) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 58 and 53. RGB value is (197,88,83). Sum of RGB (Red+Green+Blue) = 197+88+83=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C55853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55853 is #3AA7AC. Grayscale: #787878. Windows color (decimal): -3844013 or 5462213. OLE color: 5462213.
HSL color Cylindrical-coordinate representation of color #C55853: hue angle of 2.63º 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 #C55853 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 83 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.23 |
| HSL | 2.63º | 0.5% | 0.55% | - |
| HSV(B) | 2.63º | 0.58% | 0.77% | - |
| XYZ | 28.08 | 19.47 | 10.46 | - |
| YUV | 120.02 | 107.11 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 83 | 0 | 0.55 | 0.58 | 0.23 | 2.63 | 0.5 | 0.55 |
| Hex | C5 | 58 | 53 | 0 | 37 | 3A | 17 | 3 | 32 | 37 |
| Octal | 305 | 130 | 123 | 0 | 67 | 72 | 27 | 3 | 62 | 67 |
| Binary | 11000101 | 1011000 | 1010011 | 0 | 110111 | 111010 | 10111 | 11 | 110010 | 110111 |
Color Harmonies of #C55853
Complementary color
Monochromatic Colors of #C55853
Black with #C55853
Text Example
Text Example
White with #C55853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55853; }
p { color: rgb(197,88,83); }
H1.HeaderClassName
{
color: #C55853;
}
.AnyTagClassName
{
color: #C55853;
}
</style>
background-color css
<style>
a { background-color: #C55853; }
a { background-color: rgb(197,88,83); }
div.DivClassName
{
background-color: #C55853;
}
.BgClassName
{
background-color: #C55853;
}
</style>
border-color css
<style>
span { border-color: #C55853; }
span { border-color: rgb(197,88,83); }
td.TdClassName
{
border-color: #C55853;
}
.TagClassName
{
border-color: #C55853;
}
</style>