Shades of Fuzzy Wuzzy Brown #C25A51
Tints of Fuzzy Wuzzy Brown #C25A51
RGB
CMYK
RGB Variations
Color information
#C25A51 (or 0xC25A51) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 5A and 51. RGB value is (194,90,81). Sum of RGB (Red+Green+Blue) = 194+90+81=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25A51 is #3DA5AE. Grayscale: #787878. Windows color (decimal): -4040111 or 5331650. OLE color: 5331650.
HSL color Cylindrical-coordinate representation of color #C25A51: hue angle of 4.78º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25A51 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 81 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.24 |
| HSL | 4.78º | 0.48% | 0.54% | - |
| HSV(B) | 4.78º | 0.58% | 0.76% | - |
| XYZ | 27.39 | 19.38 | 10.08 | - |
| YUV | 120.07 | 105.96 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 81 | 0 | 0.54 | 0.58 | 0.24 | 4.78 | 0.48 | 0.54 |
| Hex | C2 | 5A | 51 | 0 | 36 | 3A | 18 | 5 | 30 | 36 |
| Octal | 302 | 132 | 121 | 0 | 66 | 72 | 30 | 5 | 60 | 66 |
| Binary | 11000010 | 1011010 | 1010001 | 0 | 110110 | 111010 | 11000 | 101 | 110000 | 110110 |
Color Harmonies of #C25A51
Complementary color
Monochromatic Colors of #C25A51
Black with #C25A51
Text Example
Text Example
White with #C25A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25A51; }
p { color: rgb(194,90,81); }
H1.HeaderClassName
{
color: #C25A51;
}
.AnyTagClassName
{
color: #C25A51;
}
</style>
background-color css
<style>
a { background-color: #C25A51; }
a { background-color: rgb(194,90,81); }
div.DivClassName
{
background-color: #C25A51;
}
.BgClassName
{
background-color: #C25A51;
}
</style>
border-color css
<style>
span { border-color: #C25A51; }
span { border-color: rgb(194,90,81); }
td.TdClassName
{
border-color: #C25A51;
}
.TagClassName
{
border-color: #C25A51;
}
</style>