Shades of Fuzzy Wuzzy Brown #C5574F
Tints of Fuzzy Wuzzy Brown #C5574F
RGB
CMYK
RGB Variations
Color information
#C5574F (or 0xC5574F) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 57 and 4F. RGB value is (197,87,79). Sum of RGB (Red+Green+Blue) = 197+87+79=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C5574F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5574F is #3AA8B0. Grayscale: #777777. Windows color (decimal): -3844273 or 5199813. OLE color: 5199813.
HSL color Cylindrical-coordinate representation of color #C5574F: hue angle of 4.07º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5574F is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 79 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.23 |
| HSL | 4.07º | 0.5% | 0.54% | - |
| HSV(B) | 4.07º | 0.6% | 0.77% | - |
| XYZ | 27.85 | 19.25 | 9.65 | - |
| YUV | 118.98 | 105.44 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 79 | 0 | 0.56 | 0.60 | 0.23 | 4.07 | 0.5 | 0.54 |
| Hex | C5 | 57 | 4F | 0 | 38 | 3C | 17 | 4 | 32 | 36 |
| Octal | 305 | 127 | 117 | 0 | 70 | 74 | 27 | 4 | 62 | 66 |
| Binary | 11000101 | 1010111 | 1001111 | 0 | 111000 | 111100 | 10111 | 100 | 110010 | 110110 |
Color Harmonies of #C5574F
Complementary color
Monochromatic Colors of #C5574F
Black with #C5574F
Text Example
Text Example
White with #C5574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5574F; }
p { color: rgb(197,87,79); }
H1.HeaderClassName
{
color: #C5574F;
}
.AnyTagClassName
{
color: #C5574F;
}
</style>
background-color css
<style>
a { background-color: #C5574F; }
a { background-color: rgb(197,87,79); }
div.DivClassName
{
background-color: #C5574F;
}
.BgClassName
{
background-color: #C5574F;
}
</style>
border-color css
<style>
span { border-color: #C5574F; }
span { border-color: rgb(197,87,79); }
td.TdClassName
{
border-color: #C5574F;
}
.TagClassName
{
border-color: #C5574F;
}
</style>