Shades of Fuzzy Wuzzy Brown #C75551
Tints of Fuzzy Wuzzy Brown #C75551
RGB
CMYK
RGB Variations
Color information
#C75551 (or 0xC75551) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 55 and 51. RGB value is (199,85,81). Sum of RGB (Red+Green+Blue) = 199+85+81=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C75551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75551 is #38AAAE. Grayscale: #767676. Windows color (decimal): -3713711 or 5330375. OLE color: 5330375.
HSL color Cylindrical-coordinate representation of color #C75551: hue angle of 2.03º 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 #C75551 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 81 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.22 |
| HSL | 2.03º | 0.51% | 0.55% | - |
| HSV(B) | 2.03º | 0.59% | 0.78% | - |
| XYZ | 28.29 | 19.23 | 10.01 | - |
| YUV | 118.63 | 106.77 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 81 | 0 | 0.57 | 0.59 | 0.22 | 2.03 | 0.51 | 0.55 |
| Hex | C7 | 55 | 51 | 0 | 39 | 3B | 16 | 2 | 33 | 37 |
| Octal | 307 | 125 | 121 | 0 | 71 | 73 | 26 | 2 | 63 | 67 |
| Binary | 11000111 | 1010101 | 1010001 | 0 | 111001 | 111011 | 10110 | 10 | 110011 | 110111 |
Color Harmonies of #C75551
Complementary color
Monochromatic Colors of #C75551
Black with #C75551
Text Example
Text Example
White with #C75551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75551; }
p { color: rgb(199,85,81); }
H1.HeaderClassName
{
color: #C75551;
}
.AnyTagClassName
{
color: #C75551;
}
</style>
background-color css
<style>
a { background-color: #C75551; }
a { background-color: rgb(199,85,81); }
div.DivClassName
{
background-color: #C75551;
}
.BgClassName
{
background-color: #C75551;
}
</style>
border-color css
<style>
span { border-color: #C75551; }
span { border-color: rgb(199,85,81); }
td.TdClassName
{
border-color: #C75551;
}
.TagClassName
{
border-color: #C75551;
}
</style>