Shades of Fuzzy Wuzzy Brown #C25D5A
Tints of Fuzzy Wuzzy Brown #C25D5A
RGB
CMYK
RGB Variations
Color information
#C25D5A (or 0xC25D5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 5D and 5A. RGB value is (194,93,90). Sum of RGB (Red+Green+Blue) = 194+93+90=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25D5A is #3DA2A5. Grayscale: #7A7A7A. Windows color (decimal): -4039334 or 5922242. OLE color: 5922242.
HSL color Cylindrical-coordinate representation of color #C25D5A: hue angle of 1.73º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25D5A is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 93 | 90 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.24 |
| HSL | 1.73º | 0.46% | 0.56% | - |
| HSV(B) | 1.73º | 0.54% | 0.76% | - |
| XYZ | 28.01 | 20.04 | 12.06 | - |
| YUV | 122.86 | 109.46 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 90 | 0 | 0.52 | 0.54 | 0.24 | 1.73 | 0.46 | 0.56 |
| Hex | C2 | 5D | 5A | 0 | 34 | 36 | 18 | 2 | 2E | 38 |
| Octal | 302 | 135 | 132 | 0 | 64 | 66 | 30 | 2 | 56 | 70 |
| Binary | 11000010 | 1011101 | 1011010 | 0 | 110100 | 110110 | 11000 | 10 | 101110 | 111000 |
Color Harmonies of #C25D5A
Complementary color
Monochromatic Colors of #C25D5A
Black with #C25D5A
Text Example
Text Example
White with #C25D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25D5A; }
p { color: rgb(194,93,90); }
H1.HeaderClassName
{
color: #C25D5A;
}
.AnyTagClassName
{
color: #C25D5A;
}
</style>
background-color css
<style>
a { background-color: #C25D5A; }
a { background-color: rgb(194,93,90); }
div.DivClassName
{
background-color: #C25D5A;
}
.BgClassName
{
background-color: #C25D5A;
}
</style>
border-color css
<style>
span { border-color: #C25D5A; }
span { border-color: rgb(194,93,90); }
td.TdClassName
{
border-color: #C25D5A;
}
.TagClassName
{
border-color: #C25D5A;
}
</style>