Shades of Fuzzy Wuzzy Brown #C55450
Tints of Fuzzy Wuzzy Brown #C55450
RGB
CMYK
RGB Variations
Color information
#C55450 (or 0xC55450) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 54 and 50. RGB value is (197,84,80). Sum of RGB (Red+Green+Blue) = 197+84+80=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C55450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55450 is #3AABAF. Grayscale: #757575. Windows color (decimal): -3845040 or 5264581. OLE color: 5264581.
HSL color Cylindrical-coordinate representation of color #C55450: hue angle of 2.05º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55450 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 80 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.23 |
| HSL | 2.05º | 0.5% | 0.54% | - |
| HSV(B) | 2.05º | 0.59% | 0.77% | - |
| XYZ | 27.64 | 18.79 | 9.76 | - |
| YUV | 117.33 | 106.94 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 80 | 0 | 0.57 | 0.59 | 0.23 | 2.05 | 0.5 | 0.54 |
| Hex | C5 | 54 | 50 | 0 | 39 | 3B | 17 | 2 | 32 | 36 |
| Octal | 305 | 124 | 120 | 0 | 71 | 73 | 27 | 2 | 62 | 66 |
| Binary | 11000101 | 1010100 | 1010000 | 0 | 111001 | 111011 | 10111 | 10 | 110010 | 110110 |
Color Harmonies of #C55450
Complementary color
Monochromatic Colors of #C55450
Black with #C55450
Text Example
Text Example
White with #C55450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55450; }
p { color: rgb(197,84,80); }
H1.HeaderClassName
{
color: #C55450;
}
.AnyTagClassName
{
color: #C55450;
}
</style>
background-color css
<style>
a { background-color: #C55450; }
a { background-color: rgb(197,84,80); }
div.DivClassName
{
background-color: #C55450;
}
.BgClassName
{
background-color: #C55450;
}
</style>
border-color css
<style>
span { border-color: #C55450; }
span { border-color: rgb(197,84,80); }
td.TdClassName
{
border-color: #C55450;
}
.TagClassName
{
border-color: #C55450;
}
</style>