Shades of Fuzzy Wuzzy Brown #C55653
Tints of Fuzzy Wuzzy Brown #C55653
RGB
CMYK
RGB Variations
Color information
#C55653 (or 0xC55653) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 56 and 53. RGB value is (197,86,83). Sum of RGB (Red+Green+Blue) = 197+86+83=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C55653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55653 is #3AA9AC. Grayscale: #767676. Windows color (decimal): -3844525 or 5461701. OLE color: 5461701.
HSL color Cylindrical-coordinate representation of color #C55653: hue angle of 1.58º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55653 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 83 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.23 |
| HSL | 1.58º | 0.5% | 0.55% | - |
| HSV(B) | 1.58º | 0.58% | 0.77% | - |
| XYZ | 27.92 | 19.15 | 10.41 | - |
| YUV | 118.85 | 107.77 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 83 | 0 | 0.56 | 0.58 | 0.23 | 1.58 | 0.5 | 0.55 |
| Hex | C5 | 56 | 53 | 0 | 38 | 3A | 17 | 2 | 32 | 37 |
| Octal | 305 | 126 | 123 | 0 | 70 | 72 | 27 | 2 | 62 | 67 |
| Binary | 11000101 | 1010110 | 1010011 | 0 | 111000 | 111010 | 10111 | 10 | 110010 | 110111 |
Color Harmonies of #C55653
Complementary color
Monochromatic Colors of #C55653
Black with #C55653
Text Example
Text Example
White with #C55653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55653; }
p { color: rgb(197,86,83); }
H1.HeaderClassName
{
color: #C55653;
}
.AnyTagClassName
{
color: #C55653;
}
</style>
background-color css
<style>
a { background-color: #C55653; }
a { background-color: rgb(197,86,83); }
div.DivClassName
{
background-color: #C55653;
}
.BgClassName
{
background-color: #C55653;
}
</style>
border-color css
<style>
span { border-color: #C55653; }
span { border-color: rgb(197,86,83); }
td.TdClassName
{
border-color: #C55653;
}
.TagClassName
{
border-color: #C55653;
}
</style>