Shades of Fuzzy Wuzzy Brown #C25955
Tints of Fuzzy Wuzzy Brown #C25955
RGB
CMYK
RGB Variations
Color information
#C25955 (or 0xC25955) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 59 and 55. RGB value is (194,89,85). Sum of RGB (Red+Green+Blue) = 194+89+85=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C25955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25955 is #3DA6AA. Grayscale: #787878. Windows color (decimal): -4040363 or 5593538. OLE color: 5593538.
HSL color Cylindrical-coordinate representation of color #C25955: hue angle of 2.2º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C25955 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 85 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.24 |
| HSL | 2.2º | 0.47% | 0.55% | - |
| HSV(B) | 2.2º | 0.56% | 0.76% | - |
| XYZ | 27.46 | 19.27 | 10.87 | - |
| YUV | 119.94 | 108.29 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 85 | 0 | 0.54 | 0.56 | 0.24 | 2.2 | 0.47 | 0.55 |
| Hex | C2 | 59 | 55 | 0 | 36 | 38 | 18 | 2 | 2F | 37 |
| Octal | 302 | 131 | 125 | 0 | 66 | 70 | 30 | 2 | 57 | 67 |
| Binary | 11000010 | 1011001 | 1010101 | 0 | 110110 | 111000 | 11000 | 10 | 101111 | 110111 |
Color Harmonies of #C25955
Complementary color
Monochromatic Colors of #C25955
Black with #C25955
Text Example
Text Example
White with #C25955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25955; }
p { color: rgb(194,89,85); }
H1.HeaderClassName
{
color: #C25955;
}
.AnyTagClassName
{
color: #C25955;
}
</style>
background-color css
<style>
a { background-color: #C25955; }
a { background-color: rgb(194,89,85); }
div.DivClassName
{
background-color: #C25955;
}
.BgClassName
{
background-color: #C25955;
}
</style>
border-color css
<style>
span { border-color: #C25955; }
span { border-color: rgb(194,89,85); }
td.TdClassName
{
border-color: #C25955;
}
.TagClassName
{
border-color: #C25955;
}
</style>