Shades of Fuzzy Wuzzy Brown #C8574F
Tints of Fuzzy Wuzzy Brown #C8574F
RGB
CMYK
RGB Variations
Color information
#C8574F (or 0xC8574F) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 57 and 4F. RGB value is (200,87,79). Sum of RGB (Red+Green+Blue) = 200+87+79=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C8574F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8574F is #37A8B0. Grayscale: #787878. Windows color (decimal): -3647665 or 5199816. OLE color: 5199816.
HSL color Cylindrical-coordinate representation of color #C8574F: hue angle of 3.97º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8574F is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 79 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.22 |
| HSL | 3.97º | 0.52% | 0.55% | - |
| HSV(B) | 3.97º | 0.61% | 0.78% | - |
| XYZ | 28.64 | 19.66 | 9.68 | - |
| YUV | 119.88 | 104.94 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 79 | 0 | 0.56 | 0.60 | 0.22 | 3.97 | 0.52 | 0.55 |
| Hex | C8 | 57 | 4F | 0 | 38 | 3C | 16 | 4 | 34 | 37 |
| Octal | 310 | 127 | 117 | 0 | 70 | 74 | 26 | 4 | 64 | 67 |
| Binary | 11001000 | 1010111 | 1001111 | 0 | 111000 | 111100 | 10110 | 100 | 110100 | 110111 |
Color Harmonies of #C8574F
Complementary color
Monochromatic Colors of #C8574F
Black with #C8574F
Text Example
Text Example
White with #C8574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8574F; }
p { color: rgb(200,87,79); }
H1.HeaderClassName
{
color: #C8574F;
}
.AnyTagClassName
{
color: #C8574F;
}
</style>
background-color css
<style>
a { background-color: #C8574F; }
a { background-color: rgb(200,87,79); }
div.DivClassName
{
background-color: #C8574F;
}
.BgClassName
{
background-color: #C8574F;
}
</style>
border-color css
<style>
span { border-color: #C8574F; }
span { border-color: rgb(200,87,79); }
td.TdClassName
{
border-color: #C8574F;
}
.TagClassName
{
border-color: #C8574F;
}
</style>