Shades of Fuzzy Wuzzy Brown #C55C57
Tints of Fuzzy Wuzzy Brown #C55C57
RGB
CMYK
RGB Variations
Color information
#C55C57 (or 0xC55C57) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 5C and 57. RGB value is (197,92,87). Sum of RGB (Red+Green+Blue) = 197+92+87=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55C57 is #3AA3A8. Grayscale: #7A7A7A. Windows color (decimal): -3842985 or 5725381. OLE color: 5725381.
HSL color Cylindrical-coordinate representation of color #C55C57: hue angle of 2.73º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55C57 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 87 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.23 |
| HSL | 2.73º | 0.49% | 0.56% | - |
| HSV(B) | 2.73º | 0.56% | 0.77% | - |
| XYZ | 28.57 | 20.21 | 11.41 | - |
| YUV | 122.83 | 107.79 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 87 | 0 | 0.53 | 0.56 | 0.23 | 2.73 | 0.49 | 0.56 |
| Hex | C5 | 5C | 57 | 0 | 35 | 38 | 17 | 3 | 31 | 38 |
| Octal | 305 | 134 | 127 | 0 | 65 | 70 | 27 | 3 | 61 | 70 |
| Binary | 11000101 | 1011100 | 1010111 | 0 | 110101 | 111000 | 10111 | 11 | 110001 | 111000 |
Color Harmonies of #C55C57
Complementary color
Monochromatic Colors of #C55C57
Black with #C55C57
Text Example
Text Example
White with #C55C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55C57; }
p { color: rgb(197,92,87); }
H1.HeaderClassName
{
color: #C55C57;
}
.AnyTagClassName
{
color: #C55C57;
}
</style>
background-color css
<style>
a { background-color: #C55C57; }
a { background-color: rgb(197,92,87); }
div.DivClassName
{
background-color: #C55C57;
}
.BgClassName
{
background-color: #C55C57;
}
</style>
border-color css
<style>
span { border-color: #C55C57; }
span { border-color: rgb(197,92,87); }
td.TdClassName
{
border-color: #C55C57;
}
.TagClassName
{
border-color: #C55C57;
}
</style>