Shades of Fuzzy Wuzzy Brown #C75151
Tints of Fuzzy Wuzzy Brown #C75151
RGB
CMYK
RGB Variations
Color information
#C75151 (or 0xC75151) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 51 and 51. RGB value is (199,81,81). Sum of RGB (Red+Green+Blue) = 199+81+81=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C75151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75151 is #38AEAE. Grayscale: #747474. Windows color (decimal): -3714735 or 5329351. OLE color: 5329351.
HSL color Cylindrical-coordinate representation of color #C75151: hue angle of 0º 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 #C75151 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 81 | 81 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.22 |
| HSL | 0º | 0.51% | 0.55% | - |
| HSV(B) | 0º | 0.59% | 0.78% | - |
| XYZ | 27.98 | 18.62 | 9.9 | - |
| YUV | 116.28 | 108.09 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 81 | 0 | 0.59 | 0.59 | 0.22 | 0 | 0.51 | 0.55 |
| Hex | C7 | 51 | 51 | 0 | 3B | 3B | 16 | 0 | 33 | 37 |
| Octal | 307 | 121 | 121 | 0 | 73 | 73 | 26 | 0 | 63 | 67 |
| Binary | 11000111 | 1010001 | 1010001 | 0 | 111011 | 111011 | 10110 | 0 | 110011 | 110111 |
Color Harmonies of #C75151
Complementary color
Monochromatic Colors of #C75151
Black with #C75151
Text Example
Text Example
White with #C75151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75151; }
p { color: rgb(199,81,81); }
H1.HeaderClassName
{
color: #C75151;
}
.AnyTagClassName
{
color: #C75151;
}
</style>
background-color css
<style>
a { background-color: #C75151; }
a { background-color: rgb(199,81,81); }
div.DivClassName
{
background-color: #C75151;
}
.BgClassName
{
background-color: #C75151;
}
</style>
border-color css
<style>
span { border-color: #C75151; }
span { border-color: rgb(199,81,81); }
td.TdClassName
{
border-color: #C75151;
}
.TagClassName
{
border-color: #C75151;
}
</style>