Shades of Fuzzy Wuzzy Brown #C55453
Tints of Fuzzy Wuzzy Brown #C55453
RGB
CMYK
RGB Variations
Color information
#C55453 (or 0xC55453) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 54 and 53. RGB value is (197,84,83). Sum of RGB (Red+Green+Blue) = 197+84+83=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C55453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55453 is #3AABAC. Grayscale: #757575. Windows color (decimal): -3845037 or 5461189. OLE color: 5461189.
HSL color Cylindrical-coordinate representation of color #C55453: hue angle of 0.53º 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 #C55453 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 83 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.23 |
| HSL | 0.53º | 0.5% | 0.55% | - |
| HSV(B) | 0.53º | 0.58% | 0.77% | - |
| XYZ | 27.76 | 18.84 | 10.36 | - |
| YUV | 117.67 | 108.44 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 83 | 0 | 0.57 | 0.58 | 0.23 | 0.53 | 0.5 | 0.55 |
| Hex | C5 | 54 | 53 | 0 | 39 | 3A | 17 | 1 | 32 | 37 |
| Octal | 305 | 124 | 123 | 0 | 71 | 72 | 27 | 1 | 62 | 67 |
| Binary | 11000101 | 1010100 | 1010011 | 0 | 111001 | 111010 | 10111 | 1 | 110010 | 110111 |
Color Harmonies of #C55453
Complementary color
Monochromatic Colors of #C55453
Black with #C55453
Text Example
Text Example
White with #C55453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55453; }
p { color: rgb(197,84,83); }
H1.HeaderClassName
{
color: #C55453;
}
.AnyTagClassName
{
color: #C55453;
}
</style>
background-color css
<style>
a { background-color: #C55453; }
a { background-color: rgb(197,84,83); }
div.DivClassName
{
background-color: #C55453;
}
.BgClassName
{
background-color: #C55453;
}
</style>
border-color css
<style>
span { border-color: #C55453; }
span { border-color: rgb(197,84,83); }
td.TdClassName
{
border-color: #C55453;
}
.TagClassName
{
border-color: #C55453;
}
</style>