Shades of Fuzzy Wuzzy Brown #C7554E
Tints of Fuzzy Wuzzy Brown #C7554E
RGB
CMYK
RGB Variations
Color information
#C7554E (or 0xC7554E) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 55 and 4E. RGB value is (199,85,78). Sum of RGB (Red+Green+Blue) = 199+85+78=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C7554E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7554E is #38AAB1. Grayscale: #767676. Windows color (decimal): -3713714 or 5133767. OLE color: 5133767.
HSL color Cylindrical-coordinate representation of color #C7554E: hue angle of 3.47º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C7554E is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 78 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.22 |
| HSL | 3.47º | 0.52% | 0.54% | - |
| HSV(B) | 3.47º | 0.61% | 0.78% | - |
| XYZ | 28.18 | 19.19 | 9.43 | - |
| YUV | 118.29 | 105.27 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 78 | 0 | 0.57 | 0.61 | 0.22 | 3.47 | 0.52 | 0.54 |
| Hex | C7 | 55 | 4E | 0 | 39 | 3D | 16 | 3 | 34 | 36 |
| Octal | 307 | 125 | 116 | 0 | 71 | 75 | 26 | 3 | 64 | 66 |
| Binary | 11000111 | 1010101 | 1001110 | 0 | 111001 | 111101 | 10110 | 11 | 110100 | 110110 |
Color Harmonies of #C7554E
Complementary color
Monochromatic Colors of #C7554E
Black with #C7554E
Text Example
Text Example
White with #C7554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7554E; }
p { color: rgb(199,85,78); }
H1.HeaderClassName
{
color: #C7554E;
}
.AnyTagClassName
{
color: #C7554E;
}
</style>
background-color css
<style>
a { background-color: #C7554E; }
a { background-color: rgb(199,85,78); }
div.DivClassName
{
background-color: #C7554E;
}
.BgClassName
{
background-color: #C7554E;
}
</style>
border-color css
<style>
span { border-color: #C7554E; }
span { border-color: rgb(199,85,78); }
td.TdClassName
{
border-color: #C7554E;
}
.TagClassName
{
border-color: #C7554E;
}
</style>