Shades of Fuzzy Wuzzy Brown #C55A53
Tints of Fuzzy Wuzzy Brown #C55A53
RGB
CMYK
RGB Variations
Color information
#C55A53 (or 0xC55A53) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 5A and 53. RGB value is (197,90,83). Sum of RGB (Red+Green+Blue) = 197+90+83=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55A53 is #3AA5AC. Grayscale: #797979. Windows color (decimal): -3843501 or 5462725. OLE color: 5462725.
HSL color Cylindrical-coordinate representation of color #C55A53: hue angle of 3.68º 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 #C55A53 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 83 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.23 |
| HSL | 3.68º | 0.5% | 0.55% | - |
| HSV(B) | 3.68º | 0.58% | 0.77% | - |
| XYZ | 28.24 | 19.81 | 10.52 | - |
| YUV | 121.2 | 106.45 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 83 | 0 | 0.54 | 0.58 | 0.23 | 3.68 | 0.5 | 0.55 |
| Hex | C5 | 5A | 53 | 0 | 36 | 3A | 17 | 4 | 32 | 37 |
| Octal | 305 | 132 | 123 | 0 | 66 | 72 | 27 | 4 | 62 | 67 |
| Binary | 11000101 | 1011010 | 1010011 | 0 | 110110 | 111010 | 10111 | 100 | 110010 | 110111 |
Color Harmonies of #C55A53
Complementary color
Monochromatic Colors of #C55A53
Black with #C55A53
Text Example
Text Example
White with #C55A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A53; }
p { color: rgb(197,90,83); }
H1.HeaderClassName
{
color: #C55A53;
}
.AnyTagClassName
{
color: #C55A53;
}
</style>
background-color css
<style>
a { background-color: #C55A53; }
a { background-color: rgb(197,90,83); }
div.DivClassName
{
background-color: #C55A53;
}
.BgClassName
{
background-color: #C55A53;
}
</style>
border-color css
<style>
span { border-color: #C55A53; }
span { border-color: rgb(197,90,83); }
td.TdClassName
{
border-color: #C55A53;
}
.TagClassName
{
border-color: #C55A53;
}
</style>