Shades of Fuzzy Wuzzy Brown #C95A55
Tints of Fuzzy Wuzzy Brown #C95A55
RGB
CMYK
RGB Variations
Color information
#C95A55 (or 0xC95A55) is known color: Fuzzy Wuzzy Brown. HEX triplet: C9, 5A and 55. RGB value is (201,90,85). Sum of RGB (Red+Green+Blue) = 201+90+85=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95A55 is #36A5AA. Grayscale: #7A7A7A. Windows color (decimal): -3581355 or 5593801. OLE color: 5593801.
HSL color Cylindrical-coordinate representation of color #C95A55: hue angle of 2.59º 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 #C95A55 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 90 | 85 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.21 |
| HSL | 2.59º | 0.52% | 0.56% | - |
| HSV(B) | 2.59º | 0.58% | 0.79% | - |
| XYZ | 29.38 | 20.39 | 10.98 | - |
| YUV | 122.62 | 106.77 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 85 | 0 | 0.55 | 0.58 | 0.21 | 2.59 | 0.52 | 0.56 |
| Hex | C9 | 5A | 55 | 0 | 37 | 3A | 15 | 3 | 34 | 38 |
| Octal | 311 | 132 | 125 | 0 | 67 | 72 | 25 | 3 | 64 | 70 |
| Binary | 11001001 | 1011010 | 1010101 | 0 | 110111 | 111010 | 10101 | 11 | 110100 | 111000 |
Color Harmonies of #C95A55
Complementary color
Monochromatic Colors of #C95A55
Black with #C95A55
Text Example
Text Example
White with #C95A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95A55; }
p { color: rgb(201,90,85); }
H1.HeaderClassName
{
color: #C95A55;
}
.AnyTagClassName
{
color: #C95A55;
}
</style>
background-color css
<style>
a { background-color: #C95A55; }
a { background-color: rgb(201,90,85); }
div.DivClassName
{
background-color: #C95A55;
}
.BgClassName
{
background-color: #C95A55;
}
</style>
border-color css
<style>
span { border-color: #C95A55; }
span { border-color: rgb(201,90,85); }
td.TdClassName
{
border-color: #C95A55;
}
.TagClassName
{
border-color: #C95A55;
}
</style>