Shades of Fuzzy Wuzzy Brown #C55C5A
Tints of Fuzzy Wuzzy Brown #C55C5A
RGB
CMYK
RGB Variations
Color information
#C55C5A (or 0xC55C5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 5C and 5A. RGB value is (197,92,90). Sum of RGB (Red+Green+Blue) = 197+92+90=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55C5A is #3AA3A5. Grayscale: #7B7B7B. Windows color (decimal): -3842982 or 5921989. OLE color: 5921989.
HSL color Cylindrical-coordinate representation of color #C55C5A: hue angle of 1.12º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55C5A is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 90 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.23 |
| HSL | 1.12º | 0.48% | 0.56% | - |
| HSV(B) | 1.12º | 0.54% | 0.77% | - |
| XYZ | 28.7 | 20.26 | 12.07 | - |
| YUV | 123.17 | 109.29 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 90 | 0 | 0.53 | 0.54 | 0.23 | 1.12 | 0.48 | 0.56 |
| Hex | C5 | 5C | 5A | 0 | 35 | 36 | 17 | 1 | 30 | 38 |
| Octal | 305 | 134 | 132 | 0 | 65 | 66 | 27 | 1 | 60 | 70 |
| Binary | 11000101 | 1011100 | 1011010 | 0 | 110101 | 110110 | 10111 | 1 | 110000 | 111000 |
Color Harmonies of #C55C5A
Complementary color
Monochromatic Colors of #C55C5A
Black with #C55C5A
Text Example
Text Example
White with #C55C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55C5A; }
p { color: rgb(197,92,90); }
H1.HeaderClassName
{
color: #C55C5A;
}
.AnyTagClassName
{
color: #C55C5A;
}
</style>
background-color css
<style>
a { background-color: #C55C5A; }
a { background-color: rgb(197,92,90); }
div.DivClassName
{
background-color: #C55C5A;
}
.BgClassName
{
background-color: #C55C5A;
}
</style>
border-color css
<style>
span { border-color: #C55C5A; }
span { border-color: rgb(197,92,90); }
td.TdClassName
{
border-color: #C55C5A;
}
.TagClassName
{
border-color: #C55C5A;
}
</style>