Shades of Fuzzy Wuzzy Brown #C8594F
Tints of Fuzzy Wuzzy Brown #C8594F
RGB
CMYK
RGB Variations
Color information
#C8594F (or 0xC8594F) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 59 and 4F. RGB value is (200,89,79). Sum of RGB (Red+Green+Blue) = 200+89+79=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C8594F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8594F is #37A6B0. Grayscale: #797979. Windows color (decimal): -3647153 or 5200328. OLE color: 5200328.
HSL color Cylindrical-coordinate representation of color #C8594F: hue angle of 4.96º 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 #C8594F is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 79 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.22 |
| HSL | 4.96º | 0.52% | 0.55% | - |
| HSV(B) | 4.96º | 0.61% | 0.78% | - |
| XYZ | 28.8 | 19.99 | 9.74 | - |
| YUV | 121.05 | 104.27 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 79 | 0 | 0.56 | 0.60 | 0.22 | 4.96 | 0.52 | 0.55 |
| Hex | C8 | 59 | 4F | 0 | 38 | 3C | 16 | 5 | 34 | 37 |
| Octal | 310 | 131 | 117 | 0 | 70 | 74 | 26 | 5 | 64 | 67 |
| Binary | 11001000 | 1011001 | 1001111 | 0 | 111000 | 111100 | 10110 | 101 | 110100 | 110111 |
Color Harmonies of #C8594F
Complementary color
Monochromatic Colors of #C8594F
Black with #C8594F
Text Example
Text Example
White with #C8594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8594F; }
p { color: rgb(200,89,79); }
H1.HeaderClassName
{
color: #C8594F;
}
.AnyTagClassName
{
color: #C8594F;
}
</style>
background-color css
<style>
a { background-color: #C8594F; }
a { background-color: rgb(200,89,79); }
div.DivClassName
{
background-color: #C8594F;
}
.BgClassName
{
background-color: #C8594F;
}
</style>
border-color css
<style>
span { border-color: #C8594F; }
span { border-color: rgb(200,89,79); }
td.TdClassName
{
border-color: #C8594F;
}
.TagClassName
{
border-color: #C8594F;
}
</style>