Shades of Fuzzy Wuzzy Brown #C55A55
Tints of Fuzzy Wuzzy Brown #C55A55
RGB
CMYK
RGB Variations
Color information
#C55A55 (or 0xC55A55) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 5A and 55. RGB value is (197,90,85). Sum of RGB (Red+Green+Blue) = 197+90+85=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55A55 is #3AA5AA. Grayscale: #797979. Windows color (decimal): -3843499 or 5593797. OLE color: 5593797.
HSL color Cylindrical-coordinate representation of color #C55A55: hue angle of 2.68º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55A55 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 85 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.23 |
| HSL | 2.68º | 0.49% | 0.55% | - |
| HSV(B) | 2.68º | 0.57% | 0.77% | - |
| XYZ | 28.32 | 19.84 | 10.93 | - |
| YUV | 121.42 | 107.45 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 85 | 0 | 0.54 | 0.57 | 0.23 | 2.68 | 0.49 | 0.55 |
| Hex | C5 | 5A | 55 | 0 | 36 | 39 | 17 | 3 | 31 | 37 |
| Octal | 305 | 132 | 125 | 0 | 66 | 71 | 27 | 3 | 61 | 67 |
| Binary | 11000101 | 1011010 | 1010101 | 0 | 110110 | 111001 | 10111 | 11 | 110001 | 110111 |
Color Harmonies of #C55A55
Complementary color
Monochromatic Colors of #C55A55
Black with #C55A55
Text Example
Text Example
White with #C55A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A55; }
p { color: rgb(197,90,85); }
H1.HeaderClassName
{
color: #C55A55;
}
.AnyTagClassName
{
color: #C55A55;
}
</style>
background-color css
<style>
a { background-color: #C55A55; }
a { background-color: rgb(197,90,85); }
div.DivClassName
{
background-color: #C55A55;
}
.BgClassName
{
background-color: #C55A55;
}
</style>
border-color css
<style>
span { border-color: #C55A55; }
span { border-color: rgb(197,90,85); }
td.TdClassName
{
border-color: #C55A55;
}
.TagClassName
{
border-color: #C55A55;
}
</style>