Shades of Fuzzy Wuzzy Brown #C45A55
Tints of Fuzzy Wuzzy Brown #C45A55
RGB
CMYK
RGB Variations
Color information
#C45A55 (or 0xC45A55) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 5A and 55. RGB value is (196,90,85). Sum of RGB (Red+Green+Blue) = 196+90+85=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45A55 is #3BA5AA. Grayscale: #797979. Windows color (decimal): -3909035 or 5593796. OLE color: 5593796.
HSL color Cylindrical-coordinate representation of color #C45A55: hue angle of 2.7º 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 #C45A55 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 85 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.23 |
| HSL | 2.7º | 0.48% | 0.55% | - |
| HSV(B) | 2.7º | 0.57% | 0.77% | - |
| XYZ | 28.06 | 19.7 | 10.92 | - |
| YUV | 121.12 | 107.62 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 85 | 0 | 0.54 | 0.57 | 0.23 | 2.7 | 0.48 | 0.55 |
| Hex | C4 | 5A | 55 | 0 | 36 | 39 | 17 | 3 | 30 | 37 |
| Octal | 304 | 132 | 125 | 0 | 66 | 71 | 27 | 3 | 60 | 67 |
| Binary | 11000100 | 1011010 | 1010101 | 0 | 110110 | 111001 | 10111 | 11 | 110000 | 110111 |
Color Harmonies of #C45A55
Complementary color
Monochromatic Colors of #C45A55
Black with #C45A55
Text Example
Text Example
White with #C45A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45A55; }
p { color: rgb(196,90,85); }
H1.HeaderClassName
{
color: #C45A55;
}
.AnyTagClassName
{
color: #C45A55;
}
</style>
background-color css
<style>
a { background-color: #C45A55; }
a { background-color: rgb(196,90,85); }
div.DivClassName
{
background-color: #C45A55;
}
.BgClassName
{
background-color: #C45A55;
}
</style>
border-color css
<style>
span { border-color: #C45A55; }
span { border-color: rgb(196,90,85); }
td.TdClassName
{
border-color: #C45A55;
}
.TagClassName
{
border-color: #C45A55;
}
</style>