Shades of Fuzzy Wuzzy Brown #C25B5A
Tints of Fuzzy Wuzzy Brown #C25B5A
RGB
CMYK
RGB Variations
Color information
#C25B5A (or 0xC25B5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 5B and 5A. RGB value is (194,91,90). Sum of RGB (Red+Green+Blue) = 194+91+90=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25B5A is #3DA4A5. Grayscale: #797979. Windows color (decimal): -4039846 or 5921730. OLE color: 5921730.
HSL color Cylindrical-coordinate representation of color #C25B5A: hue angle of 0.58º 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 #C25B5A is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 90 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.24 |
| HSL | 0.58º | 0.46% | 0.56% | - |
| HSV(B) | 0.58º | 0.54% | 0.76% | - |
| XYZ | 27.83 | 19.69 | 12.01 | - |
| YUV | 121.68 | 110.12 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 90 | 0 | 0.53 | 0.54 | 0.24 | 0.58 | 0.46 | 0.56 |
| Hex | C2 | 5B | 5A | 0 | 35 | 36 | 18 | 1 | 2E | 38 |
| Octal | 302 | 133 | 132 | 0 | 65 | 66 | 30 | 1 | 56 | 70 |
| Binary | 11000010 | 1011011 | 1011010 | 0 | 110101 | 110110 | 11000 | 1 | 101110 | 111000 |
Color Harmonies of #C25B5A
Complementary color
Monochromatic Colors of #C25B5A
Black with #C25B5A
Text Example
Text Example
White with #C25B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25B5A; }
p { color: rgb(194,91,90); }
H1.HeaderClassName
{
color: #C25B5A;
}
.AnyTagClassName
{
color: #C25B5A;
}
</style>
background-color css
<style>
a { background-color: #C25B5A; }
a { background-color: rgb(194,91,90); }
div.DivClassName
{
background-color: #C25B5A;
}
.BgClassName
{
background-color: #C25B5A;
}
</style>
border-color css
<style>
span { border-color: #C25B5A; }
span { border-color: rgb(194,91,90); }
td.TdClassName
{
border-color: #C25B5A;
}
.TagClassName
{
border-color: #C25B5A;
}
</style>