Shades of Fuzzy Wuzzy Brown #C95554
Tints of Fuzzy Wuzzy Brown #C95554
RGB
CMYK
RGB Variations
Color information
#C95554 (or 0xC95554) is known color: Fuzzy Wuzzy Brown. HEX triplet: C9, 55 and 54. RGB value is (201,85,84). Sum of RGB (Red+Green+Blue) = 201+85+84=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C95554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95554 is #36AAAB. Grayscale: #777777. Windows color (decimal): -3582636 or 5526985. OLE color: 5526985.
HSL color Cylindrical-coordinate representation of color #C95554: hue angle of 0.51º 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 #C95554 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 84 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.21 |
| HSL | 0.51º | 0.52% | 0.56% | - |
| HSV(B) | 0.51º | 0.58% | 0.79% | - |
| XYZ | 28.94 | 19.55 | 10.64 | - |
| YUV | 119.57 | 107.93 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 84 | 0 | 0.58 | 0.58 | 0.21 | 0.51 | 0.52 | 0.56 |
| Hex | C9 | 55 | 54 | 0 | 3A | 3A | 15 | 1 | 34 | 38 |
| Octal | 311 | 125 | 124 | 0 | 72 | 72 | 25 | 1 | 64 | 70 |
| Binary | 11001001 | 1010101 | 1010100 | 0 | 111010 | 111010 | 10101 | 1 | 110100 | 111000 |
Color Harmonies of #C95554
Complementary color
Monochromatic Colors of #C95554
Black with #C95554
Text Example
Text Example
White with #C95554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95554; }
p { color: rgb(201,85,84); }
H1.HeaderClassName
{
color: #C95554;
}
.AnyTagClassName
{
color: #C95554;
}
</style>
background-color css
<style>
a { background-color: #C95554; }
a { background-color: rgb(201,85,84); }
div.DivClassName
{
background-color: #C95554;
}
.BgClassName
{
background-color: #C95554;
}
</style>
border-color css
<style>
span { border-color: #C95554; }
span { border-color: rgb(201,85,84); }
td.TdClassName
{
border-color: #C95554;
}
.TagClassName
{
border-color: #C95554;
}
</style>