Shades of Fuzzy Wuzzy Brown #C95953
Tints of Fuzzy Wuzzy Brown #C95953
RGB
CMYK
RGB Variations
Color information
#C95953 (or 0xC95953) is known color: Fuzzy Wuzzy Brown. HEX triplet: C9, 59 and 53. RGB value is (201,89,83). Sum of RGB (Red+Green+Blue) = 201+89+83=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C95953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95953 is #36A6AC. Grayscale: #797979. Windows color (decimal): -3581613 or 5462473. OLE color: 5462473.
HSL color Cylindrical-coordinate representation of color #C95953: hue angle of 3.05º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95953 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 83 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.21 |
| HSL | 3.05º | 0.52% | 0.56% | - |
| HSV(B) | 3.05º | 0.59% | 0.79% | - |
| XYZ | 29.22 | 20.19 | 10.54 | - |
| YUV | 121.8 | 106.11 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 83 | 0 | 0.56 | 0.59 | 0.21 | 3.05 | 0.52 | 0.56 |
| Hex | C9 | 59 | 53 | 0 | 38 | 3B | 15 | 3 | 34 | 38 |
| Octal | 311 | 131 | 123 | 0 | 70 | 73 | 25 | 3 | 64 | 70 |
| Binary | 11001001 | 1011001 | 1010011 | 0 | 111000 | 111011 | 10101 | 11 | 110100 | 111000 |
Color Harmonies of #C95953
Complementary color
Monochromatic Colors of #C95953
Black with #C95953
Text Example
Text Example
White with #C95953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95953; }
p { color: rgb(201,89,83); }
H1.HeaderClassName
{
color: #C95953;
}
.AnyTagClassName
{
color: #C95953;
}
</style>
background-color css
<style>
a { background-color: #C95953; }
a { background-color: rgb(201,89,83); }
div.DivClassName
{
background-color: #C95953;
}
.BgClassName
{
background-color: #C95953;
}
</style>
border-color css
<style>
span { border-color: #C95953; }
span { border-color: rgb(201,89,83); }
td.TdClassName
{
border-color: #C95953;
}
.TagClassName
{
border-color: #C95953;
}
</style>