Shades of Mandy #C95354
Tints of Mandy #C95354
RGB
CMYK
RGB Variations
Color information
#C95354 (or 0xC95354) is known color: Mandy. HEX triplet: C9, 53 and 54. RGB value is (201,83,84). Sum of RGB (Red+Green+Blue) = 201+83+84=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C95354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95354 is #36ACAB. Grayscale: #767676. Windows color (decimal): -3583148 or 5526473. OLE color: 5526473.
HSL color Cylindrical-coordinate representation of color #C95354: hue angle of 359.49º 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 #C95354 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 84 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.21 |
| HSL | 359.49º | 0.52% | 0.56% | - |
| HSV(B) | 359.49º | 0.59% | 0.79% | - |
| XYZ | 28.78 | 19.24 | 10.59 | - |
| YUV | 118.4 | 108.59 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 84 | 0 | 0.59 | 0.58 | 0.21 | 359.49 | 0.52 | 0.56 |
| Hex | C9 | 53 | 54 | 0 | 3B | 3A | 15 | 167 | 34 | 38 |
| Octal | 311 | 123 | 124 | 0 | 73 | 72 | 25 | 547 | 64 | 70 |
| Binary | 11001001 | 1010011 | 1010100 | 0 | 111011 | 111010 | 10101 | 101100111 | 110100 | 111000 |
Color Harmonies of #C95354
Complementary color
Monochromatic Colors of #C95354
Black with #C95354
Text Example
Text Example
White with #C95354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95354; }
p { color: rgb(201,83,84); }
H1.HeaderClassName
{
color: #C95354;
}
.AnyTagClassName
{
color: #C95354;
}
</style>
background-color css
<style>
a { background-color: #C95354; }
a { background-color: rgb(201,83,84); }
div.DivClassName
{
background-color: #C95354;
}
.BgClassName
{
background-color: #C95354;
}
</style>
border-color css
<style>
span { border-color: #C95354; }
span { border-color: rgb(201,83,84); }
td.TdClassName
{
border-color: #C95354;
}
.TagClassName
{
border-color: #C95354;
}
</style>