Shades of Fuzzy Wuzzy Brown #C5564F
Tints of Fuzzy Wuzzy Brown #C5564F
RGB
CMYK
RGB Variations
Color information
#C5564F (or 0xC5564F) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 56 and 4F. RGB value is (197,86,79). Sum of RGB (Red+Green+Blue) = 197+86+79=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C5564F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5564F is #3AA9B0. Grayscale: #767676. Windows color (decimal): -3844529 or 5199557. OLE color: 5199557.
HSL color Cylindrical-coordinate representation of color #C5564F: hue angle of 3.56º 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 #C5564F is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 79 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.23 |
| HSL | 3.56º | 0.5% | 0.54% | - |
| HSV(B) | 3.56º | 0.6% | 0.77% | - |
| XYZ | 27.77 | 19.09 | 9.62 | - |
| YUV | 118.39 | 105.77 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 79 | 0 | 0.56 | 0.60 | 0.23 | 3.56 | 0.5 | 0.54 |
| Hex | C5 | 56 | 4F | 0 | 38 | 3C | 17 | 4 | 32 | 36 |
| Octal | 305 | 126 | 117 | 0 | 70 | 74 | 27 | 4 | 62 | 66 |
| Binary | 11000101 | 1010110 | 1001111 | 0 | 111000 | 111100 | 10111 | 100 | 110010 | 110110 |
Color Harmonies of #C5564F
Complementary color
Monochromatic Colors of #C5564F
Black with #C5564F
Text Example
Text Example
White with #C5564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5564F; }
p { color: rgb(197,86,79); }
H1.HeaderClassName
{
color: #C5564F;
}
.AnyTagClassName
{
color: #C5564F;
}
</style>
background-color css
<style>
a { background-color: #C5564F; }
a { background-color: rgb(197,86,79); }
div.DivClassName
{
background-color: #C5564F;
}
.BgClassName
{
background-color: #C5564F;
}
</style>
border-color css
<style>
span { border-color: #C5564F; }
span { border-color: rgb(197,86,79); }
td.TdClassName
{
border-color: #C5564F;
}
.TagClassName
{
border-color: #C5564F;
}
</style>