Shades of Fuzzy Wuzzy Brown #C55350
Tints of Fuzzy Wuzzy Brown #C55350
RGB
CMYK
RGB Variations
Color information
#C55350 (or 0xC55350) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 53 and 50. RGB value is (197,83,80). Sum of RGB (Red+Green+Blue) = 197+83+80=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C55350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55350 is #3AACAF. Grayscale: #747474. Windows color (decimal): -3845296 or 5264325. OLE color: 5264325.
HSL color Cylindrical-coordinate representation of color #C55350: hue angle of 1.54º 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 #C55350 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 80 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.23 |
| HSL | 1.54º | 0.5% | 0.54% | - |
| HSV(B) | 1.54º | 0.59% | 0.77% | - |
| XYZ | 27.57 | 18.64 | 9.73 | - |
| YUV | 116.74 | 107.27 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 80 | 0 | 0.58 | 0.59 | 0.23 | 1.54 | 0.5 | 0.54 |
| Hex | C5 | 53 | 50 | 0 | 3A | 3B | 17 | 2 | 32 | 36 |
| Octal | 305 | 123 | 120 | 0 | 72 | 73 | 27 | 2 | 62 | 66 |
| Binary | 11000101 | 1010011 | 1010000 | 0 | 111010 | 111011 | 10111 | 10 | 110010 | 110110 |
Color Harmonies of #C55350
Complementary color
Monochromatic Colors of #C55350
Black with #C55350
Text Example
Text Example
White with #C55350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55350; }
p { color: rgb(197,83,80); }
H1.HeaderClassName
{
color: #C55350;
}
.AnyTagClassName
{
color: #C55350;
}
</style>
background-color css
<style>
a { background-color: #C55350; }
a { background-color: rgb(197,83,80); }
div.DivClassName
{
background-color: #C55350;
}
.BgClassName
{
background-color: #C55350;
}
</style>
border-color css
<style>
span { border-color: #C55350; }
span { border-color: rgb(197,83,80); }
td.TdClassName
{
border-color: #C55350;
}
.TagClassName
{
border-color: #C55350;
}
</style>