Shades of Fuzzy Wuzzy Brown #C75954
Tints of Fuzzy Wuzzy Brown #C75954
RGB
CMYK
RGB Variations
Color information
#C75954 (or 0xC75954) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 59 and 54. RGB value is (199,89,84). Sum of RGB (Red+Green+Blue) = 199+89+84=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C75954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75954 is #38A6AB. Grayscale: #797979. Windows color (decimal): -3712684 or 5528007. OLE color: 5528007.
HSL color Cylindrical-coordinate representation of color #C75954: hue angle of 2.61º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C75954 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 84 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.22 |
| HSL | 2.61º | 0.51% | 0.55% | - |
| HSV(B) | 2.61º | 0.58% | 0.78% | - |
| XYZ | 28.73 | 19.93 | 10.72 | - |
| YUV | 121.32 | 106.94 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 84 | 0 | 0.55 | 0.58 | 0.22 | 2.61 | 0.51 | 0.55 |
| Hex | C7 | 59 | 54 | 0 | 37 | 3A | 16 | 3 | 33 | 37 |
| Octal | 307 | 131 | 124 | 0 | 67 | 72 | 26 | 3 | 63 | 67 |
| Binary | 11000111 | 1011001 | 1010100 | 0 | 110111 | 111010 | 10110 | 11 | 110011 | 110111 |
Color Harmonies of #C75954
Complementary color
Monochromatic Colors of #C75954
Black with #C75954
Text Example
Text Example
White with #C75954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75954; }
p { color: rgb(199,89,84); }
H1.HeaderClassName
{
color: #C75954;
}
.AnyTagClassName
{
color: #C75954;
}
</style>
background-color css
<style>
a { background-color: #C75954; }
a { background-color: rgb(199,89,84); }
div.DivClassName
{
background-color: #C75954;
}
.BgClassName
{
background-color: #C75954;
}
</style>
border-color css
<style>
span { border-color: #C75954; }
span { border-color: rgb(199,89,84); }
td.TdClassName
{
border-color: #C75954;
}
.TagClassName
{
border-color: #C75954;
}
</style>