Shades of Fuzzy Wuzzy Brown #C7574F
Tints of Fuzzy Wuzzy Brown #C7574F
RGB
CMYK
RGB Variations
Color information
#C7574F (or 0xC7574F) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 57 and 4F. RGB value is (199,87,79). Sum of RGB (Red+Green+Blue) = 199+87+79=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C7574F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7574F is #38A8B0. Grayscale: #777777. Windows color (decimal): -3713201 or 5199815. OLE color: 5199815.
HSL color Cylindrical-coordinate representation of color #C7574F: hue angle of 4º 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 #C7574F is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 87 | 79 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.22 |
| HSL | 4º | 0.52% | 0.55% | - |
| HSV(B) | 4º | 0.6% | 0.78% | - |
| XYZ | 28.37 | 19.52 | 9.67 | - |
| YUV | 119.58 | 105.11 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 79 | 0 | 0.56 | 0.60 | 0.22 | 4 | 0.52 | 0.55 |
| Hex | C7 | 57 | 4F | 0 | 38 | 3C | 16 | 4 | 34 | 37 |
| Octal | 307 | 127 | 117 | 0 | 70 | 74 | 26 | 4 | 64 | 67 |
| Binary | 11000111 | 1010111 | 1001111 | 0 | 111000 | 111100 | 10110 | 100 | 110100 | 110111 |
Color Harmonies of #C7574F
Complementary color
Monochromatic Colors of #C7574F
Black with #C7574F
Text Example
Text Example
White with #C7574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7574F; }
p { color: rgb(199,87,79); }
H1.HeaderClassName
{
color: #C7574F;
}
.AnyTagClassName
{
color: #C7574F;
}
</style>
background-color css
<style>
a { background-color: #C7574F; }
a { background-color: rgb(199,87,79); }
div.DivClassName
{
background-color: #C7574F;
}
.BgClassName
{
background-color: #C7574F;
}
</style>
border-color css
<style>
span { border-color: #C7574F; }
span { border-color: rgb(199,87,79); }
td.TdClassName
{
border-color: #C7574F;
}
.TagClassName
{
border-color: #C7574F;
}
</style>