Shades of Fuzzy Wuzzy Brown #C45854
Tints of Fuzzy Wuzzy Brown #C45854
RGB
CMYK
RGB Variations
Color information
#C45854 (or 0xC45854) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 58 and 54. RGB value is (196,88,84). Sum of RGB (Red+Green+Blue) = 196+88+84=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C45854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45854 is #3BA7AB. Grayscale: #777777. Windows color (decimal): -3909548 or 5527748. OLE color: 5527748.
HSL color Cylindrical-coordinate representation of color #C45854: hue angle of 2.14º degrees, saturation: 0.49, 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 #C45854 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 84 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.23 |
| HSL | 2.14º | 0.49% | 0.55% | - |
| HSV(B) | 2.14º | 0.57% | 0.77% | - |
| XYZ | 27.85 | 19.36 | 10.66 | - |
| YUV | 119.84 | 107.78 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 84 | 0 | 0.55 | 0.57 | 0.23 | 2.14 | 0.49 | 0.55 |
| Hex | C4 | 58 | 54 | 0 | 37 | 39 | 17 | 2 | 31 | 37 |
| Octal | 304 | 130 | 124 | 0 | 67 | 71 | 27 | 2 | 61 | 67 |
| Binary | 11000100 | 1011000 | 1010100 | 0 | 110111 | 111001 | 10111 | 10 | 110001 | 110111 |
Color Harmonies of #C45854
Complementary color
Monochromatic Colors of #C45854
Black with #C45854
Text Example
Text Example
White with #C45854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45854; }
p { color: rgb(196,88,84); }
H1.HeaderClassName
{
color: #C45854;
}
.AnyTagClassName
{
color: #C45854;
}
</style>
background-color css
<style>
a { background-color: #C45854; }
a { background-color: rgb(196,88,84); }
div.DivClassName
{
background-color: #C45854;
}
.BgClassName
{
background-color: #C45854;
}
</style>
border-color css
<style>
span { border-color: #C45854; }
span { border-color: rgb(196,88,84); }
td.TdClassName
{
border-color: #C45854;
}
.TagClassName
{
border-color: #C45854;
}
</style>