Shades of Fuzzy Wuzzy Brown #C25D59
Tints of Fuzzy Wuzzy Brown #C25D59
RGB
CMYK
RGB Variations
Color information
#C25D59 (or 0xC25D59) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 5D and 59. RGB value is (194,93,89). Sum of RGB (Red+Green+Blue) = 194+93+89=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25D59 is #3DA2A6. Grayscale: #7A7A7A. Windows color (decimal): -4039335 or 5856706. OLE color: 5856706.
HSL color Cylindrical-coordinate representation of color #C25D59: hue angle of 2.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25D59 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 93 | 89 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.24 |
| HSL | 2.29º | 0.46% | 0.55% | - |
| HSV(B) | 2.29º | 0.54% | 0.76% | - |
| XYZ | 27.97 | 20.02 | 11.84 | - |
| YUV | 122.74 | 108.96 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 89 | 0 | 0.52 | 0.54 | 0.24 | 2.29 | 0.46 | 0.55 |
| Hex | C2 | 5D | 59 | 0 | 34 | 36 | 18 | 2 | 2E | 37 |
| Octal | 302 | 135 | 131 | 0 | 64 | 66 | 30 | 2 | 56 | 67 |
| Binary | 11000010 | 1011101 | 1011001 | 0 | 110100 | 110110 | 11000 | 10 | 101110 | 110111 |
Color Harmonies of #C25D59
Complementary color
Monochromatic Colors of #C25D59
Black with #C25D59
Text Example
Text Example
White with #C25D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25D59; }
p { color: rgb(194,93,89); }
H1.HeaderClassName
{
color: #C25D59;
}
.AnyTagClassName
{
color: #C25D59;
}
</style>
background-color css
<style>
a { background-color: #C25D59; }
a { background-color: rgb(194,93,89); }
div.DivClassName
{
background-color: #C25D59;
}
.BgClassName
{
background-color: #C25D59;
}
</style>
border-color css
<style>
span { border-color: #C25D59; }
span { border-color: rgb(194,93,89); }
td.TdClassName
{
border-color: #C25D59;
}
.TagClassName
{
border-color: #C25D59;
}
</style>