Shades of Fuzzy Wuzzy Brown #C45A50
Tints of Fuzzy Wuzzy Brown #C45A50
RGB
CMYK
RGB Variations
Color information
#C45A50 (or 0xC45A50) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 5A and 50. RGB value is (196,90,80). Sum of RGB (Red+Green+Blue) = 196+90+80=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45A50 is #3BA5AF. Grayscale: #787878. Windows color (decimal): -3909040 or 5266116. OLE color: 5266116.
HSL color Cylindrical-coordinate representation of color #C45A50: hue angle of 5.17º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45A50 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 80 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.23 |
| HSL | 5.17º | 0.5% | 0.54% | - |
| HSV(B) | 5.17º | 0.59% | 0.77% | - |
| XYZ | 27.87 | 19.63 | 9.91 | - |
| YUV | 120.55 | 105.12 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 80 | 0 | 0.54 | 0.59 | 0.23 | 5.17 | 0.5 | 0.54 |
| Hex | C4 | 5A | 50 | 0 | 36 | 3B | 17 | 5 | 32 | 36 |
| Octal | 304 | 132 | 120 | 0 | 66 | 73 | 27 | 5 | 62 | 66 |
| Binary | 11000100 | 1011010 | 1010000 | 0 | 110110 | 111011 | 10111 | 101 | 110010 | 110110 |
Color Harmonies of #C45A50
Complementary color
Monochromatic Colors of #C45A50
Black with #C45A50
Text Example
Text Example
White with #C45A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45A50; }
p { color: rgb(196,90,80); }
H1.HeaderClassName
{
color: #C45A50;
}
.AnyTagClassName
{
color: #C45A50;
}
</style>
background-color css
<style>
a { background-color: #C45A50; }
a { background-color: rgb(196,90,80); }
div.DivClassName
{
background-color: #C45A50;
}
.BgClassName
{
background-color: #C45A50;
}
</style>
border-color css
<style>
span { border-color: #C45A50; }
span { border-color: rgb(196,90,80); }
td.TdClassName
{
border-color: #C45A50;
}
.TagClassName
{
border-color: #C45A50;
}
</style>