Shades of Fuzzy Wuzzy Brown #C4564F
Tints of Fuzzy Wuzzy Brown #C4564F
RGB
CMYK
RGB Variations
Color information
#C4564F (or 0xC4564F) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 56 and 4F. RGB value is (196,86,79). Sum of RGB (Red+Green+Blue) = 196+86+79=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C4564F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4564F is #3BA9B0. Grayscale: #767676. Windows color (decimal): -3910065 or 5199556. OLE color: 5199556.
HSL color Cylindrical-coordinate representation of color #C4564F: hue angle of 3.59º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4564F is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 79 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.23 |
| HSL | 3.59º | 0.5% | 0.54% | - |
| HSV(B) | 3.59º | 0.6% | 0.77% | - |
| XYZ | 27.5 | 18.96 | 9.61 | - |
| YUV | 118.09 | 105.94 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 79 | 0 | 0.56 | 0.60 | 0.23 | 3.59 | 0.5 | 0.54 |
| Hex | C4 | 56 | 4F | 0 | 38 | 3C | 17 | 4 | 32 | 36 |
| Octal | 304 | 126 | 117 | 0 | 70 | 74 | 27 | 4 | 62 | 66 |
| Binary | 11000100 | 1010110 | 1001111 | 0 | 111000 | 111100 | 10111 | 100 | 110010 | 110110 |
Color Harmonies of #C4564F
Complementary color
Monochromatic Colors of #C4564F
Black with #C4564F
Text Example
Text Example
White with #C4564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4564F; }
p { color: rgb(196,86,79); }
H1.HeaderClassName
{
color: #C4564F;
}
.AnyTagClassName
{
color: #C4564F;
}
</style>
background-color css
<style>
a { background-color: #C4564F; }
a { background-color: rgb(196,86,79); }
div.DivClassName
{
background-color: #C4564F;
}
.BgClassName
{
background-color: #C4564F;
}
</style>
border-color css
<style>
span { border-color: #C4564F; }
span { border-color: rgb(196,86,79); }
td.TdClassName
{
border-color: #C4564F;
}
.TagClassName
{
border-color: #C4564F;
}
</style>