Shades of Fuzzy Wuzzy Brown #C45756
Tints of Fuzzy Wuzzy Brown #C45756
RGB
CMYK
RGB Variations
Color information
#C45756 (or 0xC45756) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 57 and 56. RGB value is (196,87,86). Sum of RGB (Red+Green+Blue) = 196+87+86=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C45756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45756 is #3BA8A9. Grayscale: #777777. Windows color (decimal): -3909802 or 5658564. OLE color: 5658564.
HSL color Cylindrical-coordinate representation of color #C45756: hue angle of 0.55º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C45756 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 86 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.23 |
| HSL | 0.55º | 0.48% | 0.55% | - |
| HSV(B) | 0.55º | 0.56% | 0.77% | - |
| XYZ | 27.85 | 19.22 | 11.05 | - |
| YUV | 119.48 | 109.11 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 86 | 0 | 0.56 | 0.56 | 0.23 | 0.55 | 0.48 | 0.55 |
| Hex | C4 | 57 | 56 | 0 | 38 | 38 | 17 | 1 | 30 | 37 |
| Octal | 304 | 127 | 126 | 0 | 70 | 70 | 27 | 1 | 60 | 67 |
| Binary | 11000100 | 1010111 | 1010110 | 0 | 111000 | 111000 | 10111 | 1 | 110000 | 110111 |
Color Harmonies of #C45756
Complementary color
Monochromatic Colors of #C45756
Black with #C45756
Text Example
Text Example
White with #C45756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45756; }
p { color: rgb(196,87,86); }
H1.HeaderClassName
{
color: #C45756;
}
.AnyTagClassName
{
color: #C45756;
}
</style>
background-color css
<style>
a { background-color: #C45756; }
a { background-color: rgb(196,87,86); }
div.DivClassName
{
background-color: #C45756;
}
.BgClassName
{
background-color: #C45756;
}
</style>
border-color css
<style>
span { border-color: #C45756; }
span { border-color: rgb(196,87,86); }
td.TdClassName
{
border-color: #C45756;
}
.TagClassName
{
border-color: #C45756;
}
</style>