Shades of Mandy #C95C5D
Tints of Mandy #C95C5D
RGB
CMYK
RGB Variations
Color information
#C95C5D (or 0xC95C5D) is known color: Mandy. HEX triplet: C9, 5C and 5D. RGB value is (201,92,93). Sum of RGB (Red+Green+Blue) = 201+92+93=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95C5D is #36A3A2. Grayscale: #7C7C7C. Windows color (decimal): -3580835 or 6118601. OLE color: 6118601.
HSL color Cylindrical-coordinate representation of color #C95C5D: hue angle of 359.45º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95C5D is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 92 | 93 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.21 |
| HSL | 359.45º | 0.5% | 0.57% | - |
| HSV(B) | 359.45º | 0.54% | 0.79% | - |
| XYZ | 29.89 | 20.86 | 12.81 | - |
| YUV | 124.71 | 110.11 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 93 | 0 | 0.54 | 0.54 | 0.21 | 359.45 | 0.5 | 0.57 |
| Hex | C9 | 5C | 5D | 0 | 36 | 36 | 15 | 167 | 32 | 39 |
| Octal | 311 | 134 | 135 | 0 | 66 | 66 | 25 | 547 | 62 | 71 |
| Binary | 11001001 | 1011100 | 1011101 | 0 | 110110 | 110110 | 10101 | 101100111 | 110010 | 111001 |
Color Harmonies of #C95C5D
Complementary color
Monochromatic Colors of #C95C5D
Black with #C95C5D
Text Example
Text Example
White with #C95C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95C5D; }
p { color: rgb(201,92,93); }
H1.HeaderClassName
{
color: #C95C5D;
}
.AnyTagClassName
{
color: #C95C5D;
}
</style>
background-color css
<style>
a { background-color: #C95C5D; }
a { background-color: rgb(201,92,93); }
div.DivClassName
{
background-color: #C95C5D;
}
.BgClassName
{
background-color: #C95C5D;
}
</style>
border-color css
<style>
span { border-color: #C95C5D; }
span { border-color: rgb(201,92,93); }
td.TdClassName
{
border-color: #C95C5D;
}
.TagClassName
{
border-color: #C95C5D;
}
</style>