Shades of Fuzzy Wuzzy Brown #C25150
Tints of Fuzzy Wuzzy Brown #C25150
RGB
CMYK
RGB Variations
Color information
#C25150 (or 0xC25150) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 51 and 50. RGB value is (194,81,80). Sum of RGB (Red+Green+Blue) = 194+81+80=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C25150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25150 is #3DAEAF. Grayscale: #727272. Windows color (decimal): -4042416 or 5263810. OLE color: 5263810.
HSL color Cylindrical-coordinate representation of color #C25150: hue angle of 0.53º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C25150 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 80 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.24 |
| HSL | 0.53º | 0.48% | 0.54% | - |
| HSV(B) | 0.53º | 0.59% | 0.76% | - |
| XYZ | 26.64 | 17.93 | 9.65 | - |
| YUV | 114.67 | 108.44 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 80 | 0 | 0.58 | 0.59 | 0.24 | 0.53 | 0.48 | 0.54 |
| Hex | C2 | 51 | 50 | 0 | 3A | 3B | 18 | 1 | 30 | 36 |
| Octal | 302 | 121 | 120 | 0 | 72 | 73 | 30 | 1 | 60 | 66 |
| Binary | 11000010 | 1010001 | 1010000 | 0 | 111010 | 111011 | 11000 | 1 | 110000 | 110110 |
Color Harmonies of #C25150
Complementary color
Monochromatic Colors of #C25150
Black with #C25150
Text Example
Text Example
White with #C25150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25150; }
p { color: rgb(194,81,80); }
H1.HeaderClassName
{
color: #C25150;
}
.AnyTagClassName
{
color: #C25150;
}
</style>
background-color css
<style>
a { background-color: #C25150; }
a { background-color: rgb(194,81,80); }
div.DivClassName
{
background-color: #C25150;
}
.BgClassName
{
background-color: #C25150;
}
</style>
border-color css
<style>
span { border-color: #C25150; }
span { border-color: rgb(194,81,80); }
td.TdClassName
{
border-color: #C25150;
}
.TagClassName
{
border-color: #C25150;
}
</style>