Shades of Mandy #C95D61
Tints of Mandy #C95D61
RGB
CMYK
RGB Variations
Color information
#C95D61 (or 0xC95D61) is known color: Mandy. HEX triplet: C9, 5D and 61. RGB value is (201,93,97). Sum of RGB (Red+Green+Blue) = 201+93+97=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95D61 is #36A29E. Grayscale: #7D7D7D. Windows color (decimal): -3580575 or 6381001. OLE color: 6381001.
HSL color Cylindrical-coordinate representation of color #C95D61: hue angle of 357.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95D61 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 97 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.21 |
| HSL | 357.78º | 0.5% | 0.58% | - |
| HSV(B) | 357.78º | 0.54% | 0.79% | - |
| XYZ | 30.16 | 21.11 | 13.79 | - |
| YUV | 125.75 | 111.78 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 97 | 0 | 0.54 | 0.52 | 0.21 | 357.78 | 0.5 | 0.58 |
| Hex | C9 | 5D | 61 | 0 | 36 | 34 | 15 | 166 | 32 | 3A |
| Octal | 311 | 135 | 141 | 0 | 66 | 64 | 25 | 546 | 62 | 72 |
| Binary | 11001001 | 1011101 | 1100001 | 0 | 110110 | 110100 | 10101 | 101100110 | 110010 | 111010 |
Color Harmonies of #C95D61
Complementary color
Monochromatic Colors of #C95D61
Black with #C95D61
Text Example
Text Example
White with #C95D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95D61; }
p { color: rgb(201,93,97); }
H1.HeaderClassName
{
color: #C95D61;
}
.AnyTagClassName
{
color: #C95D61;
}
</style>
background-color css
<style>
a { background-color: #C95D61; }
a { background-color: rgb(201,93,97); }
div.DivClassName
{
background-color: #C95D61;
}
.BgClassName
{
background-color: #C95D61;
}
</style>
border-color css
<style>
span { border-color: #C95D61; }
span { border-color: rgb(201,93,97); }
td.TdClassName
{
border-color: #C95D61;
}
.TagClassName
{
border-color: #C95D61;
}
</style>