Shades of Fuzzy Wuzzy Brown #C45955
Tints of Fuzzy Wuzzy Brown #C45955
RGB
CMYK
RGB Variations
Color information
#C45955 (or 0xC45955) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 59 and 55. RGB value is (196,89,85). Sum of RGB (Red+Green+Blue) = 196+89+85=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C45955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45955 is #3BA6AA. Grayscale: #787878. Windows color (decimal): -3909291 or 5593540. OLE color: 5593540.
HSL color Cylindrical-coordinate representation of color #C45955: hue angle of 2.16º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C45955 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 89 | 85 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.23 |
| HSL | 2.16º | 0.48% | 0.55% | - |
| HSV(B) | 2.16º | 0.57% | 0.77% | - |
| XYZ | 27.98 | 19.54 | 10.89 | - |
| YUV | 120.54 | 107.95 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 89 | 85 | 0 | 0.55 | 0.57 | 0.23 | 2.16 | 0.48 | 0.55 |
| Hex | C4 | 59 | 55 | 0 | 37 | 39 | 17 | 2 | 30 | 37 |
| Octal | 304 | 131 | 125 | 0 | 67 | 71 | 27 | 2 | 60 | 67 |
| Binary | 11000100 | 1011001 | 1010101 | 0 | 110111 | 111001 | 10111 | 10 | 110000 | 110111 |
Color Harmonies of #C45955
Complementary color
Monochromatic Colors of #C45955
Black with #C45955
Text Example
Text Example
White with #C45955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45955; }
p { color: rgb(196,89,85); }
H1.HeaderClassName
{
color: #C45955;
}
.AnyTagClassName
{
color: #C45955;
}
</style>
background-color css
<style>
a { background-color: #C45955; }
a { background-color: rgb(196,89,85); }
div.DivClassName
{
background-color: #C45955;
}
.BgClassName
{
background-color: #C45955;
}
</style>
border-color css
<style>
span { border-color: #C45955; }
span { border-color: rgb(196,89,85); }
td.TdClassName
{
border-color: #C45955;
}
.TagClassName
{
border-color: #C45955;
}
</style>