Shades of Fuzzy Wuzzy Brown #C75854
Tints of Fuzzy Wuzzy Brown #C75854
RGB
CMYK
RGB Variations
Color information
#C75854 (or 0xC75854) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 58 and 54. RGB value is (199,88,84). Sum of RGB (Red+Green+Blue) = 199+88+84=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C75854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75854 is #38A7AB. Grayscale: #787878. Windows color (decimal): -3712940 or 5527751. OLE color: 5527751.
HSL color Cylindrical-coordinate representation of color #C75854: hue angle of 2.09º 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 #C75854 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 84 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.22 |
| HSL | 2.09º | 0.51% | 0.55% | - |
| HSV(B) | 2.09º | 0.58% | 0.78% | - |
| XYZ | 28.64 | 19.76 | 10.69 | - |
| YUV | 120.73 | 107.27 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 84 | 0 | 0.56 | 0.58 | 0.22 | 2.09 | 0.51 | 0.55 |
| Hex | C7 | 58 | 54 | 0 | 38 | 3A | 16 | 2 | 33 | 37 |
| Octal | 307 | 130 | 124 | 0 | 70 | 72 | 26 | 2 | 63 | 67 |
| Binary | 11000111 | 1011000 | 1010100 | 0 | 111000 | 111010 | 10110 | 10 | 110011 | 110111 |
Color Harmonies of #C75854
Complementary color
Monochromatic Colors of #C75854
Black with #C75854
Text Example
Text Example
White with #C75854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75854; }
p { color: rgb(199,88,84); }
H1.HeaderClassName
{
color: #C75854;
}
.AnyTagClassName
{
color: #C75854;
}
</style>
background-color css
<style>
a { background-color: #C75854; }
a { background-color: rgb(199,88,84); }
div.DivClassName
{
background-color: #C75854;
}
.BgClassName
{
background-color: #C75854;
}
</style>
border-color css
<style>
span { border-color: #C75854; }
span { border-color: rgb(199,88,84); }
td.TdClassName
{
border-color: #C75854;
}
.TagClassName
{
border-color: #C75854;
}
</style>