Shades of Fuzzy Wuzzy Brown #C45A58
Tints of Fuzzy Wuzzy Brown #C45A58
RGB
CMYK
RGB Variations
Color information
#C45A58 (or 0xC45A58) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 5A and 58. RGB value is (196,90,88). Sum of RGB (Red+Green+Blue) = 196+90+88=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45A58 is #3BA5A7. Grayscale: #797979. Windows color (decimal): -3909032 or 5790404. OLE color: 5790404.
HSL color Cylindrical-coordinate representation of color #C45A58: hue angle of 1.11º 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 #C45A58 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 88 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.23 |
| HSL | 1.11º | 0.48% | 0.56% | - |
| HSV(B) | 1.11º | 0.55% | 0.77% | - |
| XYZ | 28.18 | 19.75 | 11.56 | - |
| YUV | 121.47 | 109.12 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 88 | 0 | 0.54 | 0.55 | 0.23 | 1.11 | 0.48 | 0.56 |
| Hex | C4 | 5A | 58 | 0 | 36 | 37 | 17 | 1 | 30 | 38 |
| Octal | 304 | 132 | 130 | 0 | 66 | 67 | 27 | 1 | 60 | 70 |
| Binary | 11000100 | 1011010 | 1011000 | 0 | 110110 | 110111 | 10111 | 1 | 110000 | 111000 |
Color Harmonies of #C45A58
Complementary color
Monochromatic Colors of #C45A58
Black with #C45A58
Text Example
Text Example
White with #C45A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45A58; }
p { color: rgb(196,90,88); }
H1.HeaderClassName
{
color: #C45A58;
}
.AnyTagClassName
{
color: #C45A58;
}
</style>
background-color css
<style>
a { background-color: #C45A58; }
a { background-color: rgb(196,90,88); }
div.DivClassName
{
background-color: #C45A58;
}
.BgClassName
{
background-color: #C45A58;
}
</style>
border-color css
<style>
span { border-color: #C45A58; }
span { border-color: rgb(196,90,88); }
td.TdClassName
{
border-color: #C45A58;
}
.TagClassName
{
border-color: #C45A58;
}
</style>