Shades of Fuzzy Wuzzy Brown #C95351
Tints of Fuzzy Wuzzy Brown #C95351
RGB
CMYK
RGB Variations
Color information
#C95351 (or 0xC95351) is known color: Fuzzy Wuzzy Brown. HEX triplet: C9, 53 and 51. RGB value is (201,83,81). Sum of RGB (Red+Green+Blue) = 201+83+81=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C95351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95351 is #36ACAE. Grayscale: #767676. Windows color (decimal): -3583151 or 5329865. OLE color: 5329865.
HSL color Cylindrical-coordinate representation of color #C95351: hue angle of 1º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95351 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 81 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.21 |
| HSL | 1º | 0.53% | 0.55% | - |
| HSV(B) | 1º | 0.6% | 0.79% | - |
| XYZ | 28.67 | 19.2 | 9.98 | - |
| YUV | 118.05 | 107.09 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 81 | 0 | 0.59 | 0.60 | 0.21 | 1 | 0.53 | 0.55 |
| Hex | C9 | 53 | 51 | 0 | 3B | 3C | 15 | 1 | 35 | 37 |
| Octal | 311 | 123 | 121 | 0 | 73 | 74 | 25 | 1 | 65 | 67 |
| Binary | 11001001 | 1010011 | 1010001 | 0 | 111011 | 111100 | 10101 | 1 | 110101 | 110111 |
Color Harmonies of #C95351
Complementary color
Monochromatic Colors of #C95351
Black with #C95351
Text Example
Text Example
White with #C95351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95351; }
p { color: rgb(201,83,81); }
H1.HeaderClassName
{
color: #C95351;
}
.AnyTagClassName
{
color: #C95351;
}
</style>
background-color css
<style>
a { background-color: #C95351; }
a { background-color: rgb(201,83,81); }
div.DivClassName
{
background-color: #C95351;
}
.BgClassName
{
background-color: #C95351;
}
</style>
border-color css
<style>
span { border-color: #C95351; }
span { border-color: rgb(201,83,81); }
td.TdClassName
{
border-color: #C95351;
}
.TagClassName
{
border-color: #C95351;
}
</style>