Shades of Fuzzy Wuzzy Brown #C55554
Tints of Fuzzy Wuzzy Brown #C55554
RGB
CMYK
RGB Variations
Color information
#C55554 (or 0xC55554) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 55 and 54. RGB value is (197,85,84). Sum of RGB (Red+Green+Blue) = 197+85+84=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C55554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55554 is #3AAAAB. Grayscale: #767676. Windows color (decimal): -3844780 or 5526981. OLE color: 5526981.
HSL color Cylindrical-coordinate representation of color #C55554: hue angle of 0.53º 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 #C55554 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 84 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.23 |
| HSL | 0.53º | 0.49% | 0.55% | - |
| HSV(B) | 0.53º | 0.57% | 0.77% | - |
| XYZ | 27.87 | 19.01 | 10.59 | - |
| YUV | 118.37 | 108.61 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 84 | 0 | 0.57 | 0.57 | 0.23 | 0.53 | 0.49 | 0.55 |
| Hex | C5 | 55 | 54 | 0 | 39 | 39 | 17 | 1 | 31 | 37 |
| Octal | 305 | 125 | 124 | 0 | 71 | 71 | 27 | 1 | 61 | 67 |
| Binary | 11000101 | 1010101 | 1010100 | 0 | 111001 | 111001 | 10111 | 1 | 110001 | 110111 |
Color Harmonies of #C55554
Complementary color
Monochromatic Colors of #C55554
Black with #C55554
Text Example
Text Example
White with #C55554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55554; }
p { color: rgb(197,85,84); }
H1.HeaderClassName
{
color: #C55554;
}
.AnyTagClassName
{
color: #C55554;
}
</style>
background-color css
<style>
a { background-color: #C55554; }
a { background-color: rgb(197,85,84); }
div.DivClassName
{
background-color: #C55554;
}
.BgClassName
{
background-color: #C55554;
}
</style>
border-color css
<style>
span { border-color: #C55554; }
span { border-color: rgb(197,85,84); }
td.TdClassName
{
border-color: #C55554;
}
.TagClassName
{
border-color: #C55554;
}
</style>