Shades of Fuzzy Wuzzy Brown #C7544E
Tints of Fuzzy Wuzzy Brown #C7544E
RGB
CMYK
RGB Variations
Color information
#C7544E (or 0xC7544E) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 54 and 4E. RGB value is (199,84,78). Sum of RGB (Red+Green+Blue) = 199+84+78=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C7544E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7544E is #38ABB1. Grayscale: #757575. Windows color (decimal): -3713970 or 5133511. OLE color: 5133511.
HSL color Cylindrical-coordinate representation of color #C7544E: hue angle of 2.98º 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 #C7544E is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 84 | 78 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.22 |
| HSL | 2.98º | 0.52% | 0.54% | - |
| HSV(B) | 2.98º | 0.61% | 0.78% | - |
| XYZ | 28.1 | 19.03 | 9.4 | - |
| YUV | 117.7 | 105.6 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 84 | 78 | 0 | 0.58 | 0.61 | 0.22 | 2.98 | 0.52 | 0.54 |
| Hex | C7 | 54 | 4E | 0 | 3A | 3D | 16 | 3 | 34 | 36 |
| Octal | 307 | 124 | 116 | 0 | 72 | 75 | 26 | 3 | 64 | 66 |
| Binary | 11000111 | 1010100 | 1001110 | 0 | 111010 | 111101 | 10110 | 11 | 110100 | 110110 |
Color Harmonies of #C7544E
Complementary color
Monochromatic Colors of #C7544E
Black with #C7544E
Text Example
Text Example
White with #C7544E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7544E; }
p { color: rgb(199,84,78); }
H1.HeaderClassName
{
color: #C7544E;
}
.AnyTagClassName
{
color: #C7544E;
}
</style>
background-color css
<style>
a { background-color: #C7544E; }
a { background-color: rgb(199,84,78); }
div.DivClassName
{
background-color: #C7544E;
}
.BgClassName
{
background-color: #C7544E;
}
</style>
border-color css
<style>
span { border-color: #C7544E; }
span { border-color: rgb(199,84,78); }
td.TdClassName
{
border-color: #C7544E;
}
.TagClassName
{
border-color: #C7544E;
}
</style>