Shades of Fuzzy Wuzzy Brown #C25958
Tints of Fuzzy Wuzzy Brown #C25958
RGB
CMYK
RGB Variations
Color information
#C25958 (or 0xC25958) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 59 and 58. RGB value is (194,89,88). Sum of RGB (Red+Green+Blue) = 194+89+88=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C25958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25958 is #3DA6A7. Grayscale: #787878. Windows color (decimal): -4040360 or 5790146. OLE color: 5790146.
HSL color Cylindrical-coordinate representation of color #C25958: hue angle of 0.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C25958 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 88 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.24 |
| HSL | 0.57º | 0.46% | 0.55% | - |
| HSV(B) | 0.57º | 0.55% | 0.76% | - |
| XYZ | 27.58 | 19.32 | 11.51 | - |
| YUV | 120.28 | 109.79 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 88 | 0 | 0.54 | 0.55 | 0.24 | 0.57 | 0.46 | 0.55 |
| Hex | C2 | 59 | 58 | 0 | 36 | 37 | 18 | 1 | 2E | 37 |
| Octal | 302 | 131 | 130 | 0 | 66 | 67 | 30 | 1 | 56 | 67 |
| Binary | 11000010 | 1011001 | 1011000 | 0 | 110110 | 110111 | 11000 | 1 | 101110 | 110111 |
Color Harmonies of #C25958
Complementary color
Monochromatic Colors of #C25958
Black with #C25958
Text Example
Text Example
White with #C25958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25958; }
p { color: rgb(194,89,88); }
H1.HeaderClassName
{
color: #C25958;
}
.AnyTagClassName
{
color: #C25958;
}
</style>
background-color css
<style>
a { background-color: #C25958; }
a { background-color: rgb(194,89,88); }
div.DivClassName
{
background-color: #C25958;
}
.BgClassName
{
background-color: #C25958;
}
</style>
border-color css
<style>
span { border-color: #C25958; }
span { border-color: rgb(194,89,88); }
td.TdClassName
{
border-color: #C25958;
}
.TagClassName
{
border-color: #C25958;
}
</style>