Shades of Fuzzy Wuzzy Brown #C55451
Tints of Fuzzy Wuzzy Brown #C55451
RGB
CMYK
RGB Variations
Color information
#C55451 (or 0xC55451) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 54 and 51. RGB value is (197,84,81). Sum of RGB (Red+Green+Blue) = 197+84+81=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C55451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55451 is #3AABAE. Grayscale: #757575. Windows color (decimal): -3845039 or 5330117. OLE color: 5330117.
HSL color Cylindrical-coordinate representation of color #C55451: hue angle of 1.55º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55451 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 81 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.23 |
| HSL | 1.55º | 0.5% | 0.55% | - |
| HSV(B) | 1.55º | 0.59% | 0.77% | - |
| XYZ | 27.68 | 18.81 | 9.96 | - |
| YUV | 117.45 | 107.44 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 81 | 0 | 0.57 | 0.59 | 0.23 | 1.55 | 0.5 | 0.55 |
| Hex | C5 | 54 | 51 | 0 | 39 | 3B | 17 | 2 | 32 | 37 |
| Octal | 305 | 124 | 121 | 0 | 71 | 73 | 27 | 2 | 62 | 67 |
| Binary | 11000101 | 1010100 | 1010001 | 0 | 111001 | 111011 | 10111 | 10 | 110010 | 110111 |
Color Harmonies of #C55451
Complementary color
Monochromatic Colors of #C55451
Black with #C55451
Text Example
Text Example
White with #C55451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55451; }
p { color: rgb(197,84,81); }
H1.HeaderClassName
{
color: #C55451;
}
.AnyTagClassName
{
color: #C55451;
}
</style>
background-color css
<style>
a { background-color: #C55451; }
a { background-color: rgb(197,84,81); }
div.DivClassName
{
background-color: #C55451;
}
.BgClassName
{
background-color: #C55451;
}
</style>
border-color css
<style>
span { border-color: #C55451; }
span { border-color: rgb(197,84,81); }
td.TdClassName
{
border-color: #C55451;
}
.TagClassName
{
border-color: #C55451;
}
</style>