Shades of Fuzzy Wuzzy Brown #C95150
Tints of Fuzzy Wuzzy Brown #C95150
RGB
CMYK
RGB Variations
Color information
#C95150 (or 0xC95150) is known color: Fuzzy Wuzzy Brown. HEX triplet: C9, 51 and 50. RGB value is (201,81,80). Sum of RGB (Red+Green+Blue) = 201+81+80=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C95150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95150 is #36AEAF. Grayscale: #747474. Windows color (decimal): -3583664 or 5263817. OLE color: 5263817.
HSL color Cylindrical-coordinate representation of color #C95150: hue angle of 0.5º 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 #C95150 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 80 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.21 |
| HSL | 0.5º | 0.53% | 0.55% | - |
| HSV(B) | 0.5º | 0.6% | 0.79% | - |
| XYZ | 28.48 | 18.88 | 9.73 | - |
| YUV | 116.77 | 107.26 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 80 | 0 | 0.60 | 0.60 | 0.21 | 0.5 | 0.53 | 0.55 |
| Hex | C9 | 51 | 50 | 0 | 3C | 3C | 15 | 0 | 35 | 37 |
| Octal | 311 | 121 | 120 | 0 | 74 | 74 | 25 | 0 | 65 | 67 |
| Binary | 11001001 | 1010001 | 1010000 | 0 | 111100 | 111100 | 10101 | 0 | 110101 | 110111 |
Color Harmonies of #C95150
Complementary color
Monochromatic Colors of #C95150
Black with #C95150
Text Example
Text Example
White with #C95150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95150; }
p { color: rgb(201,81,80); }
H1.HeaderClassName
{
color: #C95150;
}
.AnyTagClassName
{
color: #C95150;
}
</style>
background-color css
<style>
a { background-color: #C95150; }
a { background-color: rgb(201,81,80); }
div.DivClassName
{
background-color: #C95150;
}
.BgClassName
{
background-color: #C95150;
}
</style>
border-color css
<style>
span { border-color: #C95150; }
span { border-color: rgb(201,81,80); }
td.TdClassName
{
border-color: #C95150;
}
.TagClassName
{
border-color: #C95150;
}
</style>