Shades of Fuzzy Wuzzy Brown #C45A51
Tints of Fuzzy Wuzzy Brown #C45A51
RGB
CMYK
RGB Variations
Color information
#C45A51 (or 0xC45A51) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 5A and 51. RGB value is (196,90,81). Sum of RGB (Red+Green+Blue) = 196+90+81=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45A51 is #3BA5AE. Grayscale: #787878. Windows color (decimal): -3909039 or 5331652. OLE color: 5331652.
HSL color Cylindrical-coordinate representation of color #C45A51: hue angle of 4.7º degrees, saturation: 0.49, 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 #C45A51 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 81 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.23 |
| HSL | 4.7º | 0.49% | 0.54% | - |
| HSV(B) | 4.7º | 0.59% | 0.77% | - |
| XYZ | 27.91 | 19.64 | 10.11 | - |
| YUV | 120.67 | 105.62 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 81 | 0 | 0.54 | 0.59 | 0.23 | 4.7 | 0.49 | 0.54 |
| Hex | C4 | 5A | 51 | 0 | 36 | 3B | 17 | 5 | 31 | 36 |
| Octal | 304 | 132 | 121 | 0 | 66 | 73 | 27 | 5 | 61 | 66 |
| Binary | 11000100 | 1011010 | 1010001 | 0 | 110110 | 111011 | 10111 | 101 | 110001 | 110110 |
Color Harmonies of #C45A51
Complementary color
Monochromatic Colors of #C45A51
Black with #C45A51
Text Example
Text Example
White with #C45A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45A51; }
p { color: rgb(196,90,81); }
H1.HeaderClassName
{
color: #C45A51;
}
.AnyTagClassName
{
color: #C45A51;
}
</style>
background-color css
<style>
a { background-color: #C45A51; }
a { background-color: rgb(196,90,81); }
div.DivClassName
{
background-color: #C45A51;
}
.BgClassName
{
background-color: #C45A51;
}
</style>
border-color css
<style>
span { border-color: #C45A51; }
span { border-color: rgb(196,90,81); }
td.TdClassName
{
border-color: #C45A51;
}
.TagClassName
{
border-color: #C45A51;
}
</style>