Shades of Fuzzy Wuzzy Brown #C95955
Tints of Fuzzy Wuzzy Brown #C95955
RGB
CMYK
RGB Variations
Color information
#C95955 (or 0xC95955) is known color: Fuzzy Wuzzy Brown. HEX triplet: C9, 59 and 55. RGB value is (201,89,85). Sum of RGB (Red+Green+Blue) = 201+89+85=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C95955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95955 is #36A6AA. Grayscale: #7A7A7A. Windows color (decimal): -3581611 or 5593545. OLE color: 5593545.
HSL color Cylindrical-coordinate representation of color #C95955: hue angle of 2.07º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C95955 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 85 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.21 |
| HSL | 2.07º | 0.52% | 0.56% | - |
| HSV(B) | 2.07º | 0.58% | 0.79% | - |
| XYZ | 29.3 | 20.22 | 10.95 | - |
| YUV | 122.03 | 107.11 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 85 | 0 | 0.56 | 0.58 | 0.21 | 2.07 | 0.52 | 0.56 |
| Hex | C9 | 59 | 55 | 0 | 38 | 3A | 15 | 2 | 34 | 38 |
| Octal | 311 | 131 | 125 | 0 | 70 | 72 | 25 | 2 | 64 | 70 |
| Binary | 11001001 | 1011001 | 1010101 | 0 | 111000 | 111010 | 10101 | 10 | 110100 | 111000 |
Color Harmonies of #C95955
Complementary color
Monochromatic Colors of #C95955
Black with #C95955
Text Example
Text Example
White with #C95955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95955; }
p { color: rgb(201,89,85); }
H1.HeaderClassName
{
color: #C95955;
}
.AnyTagClassName
{
color: #C95955;
}
</style>
background-color css
<style>
a { background-color: #C95955; }
a { background-color: rgb(201,89,85); }
div.DivClassName
{
background-color: #C95955;
}
.BgClassName
{
background-color: #C95955;
}
</style>
border-color css
<style>
span { border-color: #C95955; }
span { border-color: rgb(201,89,85); }
td.TdClassName
{
border-color: #C95955;
}
.TagClassName
{
border-color: #C95955;
}
</style>