Shades of Fuzzy Wuzzy Brown #C75750
Tints of Fuzzy Wuzzy Brown #C75750
RGB
CMYK
RGB Variations
Color information
#C75750 (or 0xC75750) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 57 and 50. RGB value is (199,87,80). Sum of RGB (Red+Green+Blue) = 199+87+80=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C75750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75750 is #38A8AF. Grayscale: #777777. Windows color (decimal): -3713200 or 5265351. OLE color: 5265351.
HSL color Cylindrical-coordinate representation of color #C75750: hue angle of 3.53º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C75750 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 87 | 80 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.22 |
| HSL | 3.53º | 0.52% | 0.55% | - |
| HSV(B) | 3.53º | 0.6% | 0.78% | - |
| XYZ | 28.41 | 19.54 | 9.86 | - |
| YUV | 119.69 | 105.61 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 80 | 0 | 0.56 | 0.60 | 0.22 | 3.53 | 0.52 | 0.55 |
| Hex | C7 | 57 | 50 | 0 | 38 | 3C | 16 | 4 | 34 | 37 |
| Octal | 307 | 127 | 120 | 0 | 70 | 74 | 26 | 4 | 64 | 67 |
| Binary | 11000111 | 1010111 | 1010000 | 0 | 111000 | 111100 | 10110 | 100 | 110100 | 110111 |
Color Harmonies of #C75750
Complementary color
Monochromatic Colors of #C75750
Black with #C75750
Text Example
Text Example
White with #C75750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75750; }
p { color: rgb(199,87,80); }
H1.HeaderClassName
{
color: #C75750;
}
.AnyTagClassName
{
color: #C75750;
}
</style>
background-color css
<style>
a { background-color: #C75750; }
a { background-color: rgb(199,87,80); }
div.DivClassName
{
background-color: #C75750;
}
.BgClassName
{
background-color: #C75750;
}
</style>
border-color css
<style>
span { border-color: #C75750; }
span { border-color: rgb(199,87,80); }
td.TdClassName
{
border-color: #C75750;
}
.TagClassName
{
border-color: #C75750;
}
</style>