Shades of Fuzzy Wuzzy Brown #C75552
Tints of Fuzzy Wuzzy Brown #C75552
RGB
CMYK
RGB Variations
Color information
#C75552 (or 0xC75552) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 55 and 52. RGB value is (199,85,82). Sum of RGB (Red+Green+Blue) = 199+85+82=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C75552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75552 is #38AAAD. Grayscale: #767676. Windows color (decimal): -3713710 or 5395911. OLE color: 5395911.
HSL color Cylindrical-coordinate representation of color #C75552: hue angle of 1.54º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C75552 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 82 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.22 |
| HSL | 1.54º | 0.51% | 0.55% | - |
| HSV(B) | 1.54º | 0.59% | 0.78% | - |
| XYZ | 28.32 | 19.25 | 10.21 | - |
| YUV | 118.74 | 107.27 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 82 | 0 | 0.57 | 0.59 | 0.22 | 1.54 | 0.51 | 0.55 |
| Hex | C7 | 55 | 52 | 0 | 39 | 3B | 16 | 2 | 33 | 37 |
| Octal | 307 | 125 | 122 | 0 | 71 | 73 | 26 | 2 | 63 | 67 |
| Binary | 11000111 | 1010101 | 1010010 | 0 | 111001 | 111011 | 10110 | 10 | 110011 | 110111 |
Color Harmonies of #C75552
Complementary color
Monochromatic Colors of #C75552
Black with #C75552
Text Example
Text Example
White with #C75552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75552; }
p { color: rgb(199,85,82); }
H1.HeaderClassName
{
color: #C75552;
}
.AnyTagClassName
{
color: #C75552;
}
</style>
background-color css
<style>
a { background-color: #C75552; }
a { background-color: rgb(199,85,82); }
div.DivClassName
{
background-color: #C75552;
}
.BgClassName
{
background-color: #C75552;
}
</style>
border-color css
<style>
span { border-color: #C75552; }
span { border-color: rgb(199,85,82); }
td.TdClassName
{
border-color: #C75552;
}
.TagClassName
{
border-color: #C75552;
}
</style>