Shades of Fuzzy Wuzzy Brown #C45D59
Tints of Fuzzy Wuzzy Brown #C45D59
RGB
CMYK
RGB Variations
Color information
#C45D59 (or 0xC45D59) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 5D and 59. RGB value is (196,93,89). Sum of RGB (Red+Green+Blue) = 196+93+89=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45D59 is #3BA2A6. Grayscale: #7B7B7B. Windows color (decimal): -3908263 or 5856708. OLE color: 5856708.
HSL color Cylindrical-coordinate representation of color #C45D59: hue angle of 2.24º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C45D59 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 93 | 89 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.23 |
| HSL | 2.24º | 0.48% | 0.56% | - |
| HSV(B) | 2.24º | 0.55% | 0.77% | - |
| XYZ | 28.48 | 20.29 | 11.87 | - |
| YUV | 123.34 | 108.62 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 89 | 0 | 0.53 | 0.55 | 0.23 | 2.24 | 0.48 | 0.56 |
| Hex | C4 | 5D | 59 | 0 | 35 | 37 | 17 | 2 | 30 | 38 |
| Octal | 304 | 135 | 131 | 0 | 65 | 67 | 27 | 2 | 60 | 70 |
| Binary | 11000100 | 1011101 | 1011001 | 0 | 110101 | 110111 | 10111 | 10 | 110000 | 111000 |
Color Harmonies of #C45D59
Complementary color
Monochromatic Colors of #C45D59
Black with #C45D59
Text Example
Text Example
White with #C45D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45D59; }
p { color: rgb(196,93,89); }
H1.HeaderClassName
{
color: #C45D59;
}
.AnyTagClassName
{
color: #C45D59;
}
</style>
background-color css
<style>
a { background-color: #C45D59; }
a { background-color: rgb(196,93,89); }
div.DivClassName
{
background-color: #C45D59;
}
.BgClassName
{
background-color: #C45D59;
}
</style>
border-color css
<style>
span { border-color: #C45D59; }
span { border-color: rgb(196,93,89); }
td.TdClassName
{
border-color: #C45D59;
}
.TagClassName
{
border-color: #C45D59;
}
</style>