Shades of Mandy #C95C5F
Tints of Mandy #C95C5F
RGB
CMYK
RGB Variations
Color information
#C95C5F (or 0xC95C5F) is known color: Mandy. HEX triplet: C9, 5C and 5F. RGB value is (201,92,95). Sum of RGB (Red+Green+Blue) = 201+92+95=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95C5F is #36A3A0. Grayscale: #7D7D7D. Windows color (decimal): -3580833 or 6249673. OLE color: 6249673.
HSL color Cylindrical-coordinate representation of color #C95C5F: hue angle of 358.35º 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 #C95C5F is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 92 | 95 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.21 |
| HSL | 358.35º | 0.5% | 0.57% | - |
| HSV(B) | 358.35º | 0.54% | 0.79% | - |
| XYZ | 29.98 | 20.9 | 13.28 | - |
| YUV | 124.93 | 111.11 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 95 | 0 | 0.54 | 0.53 | 0.21 | 358.35 | 0.5 | 0.57 |
| Hex | C9 | 5C | 5F | 0 | 36 | 35 | 15 | 166 | 32 | 39 |
| Octal | 311 | 134 | 137 | 0 | 66 | 65 | 25 | 546 | 62 | 71 |
| Binary | 11001001 | 1011100 | 1011111 | 0 | 110110 | 110101 | 10101 | 101100110 | 110010 | 111001 |
Color Harmonies of #C95C5F
Complementary color
Monochromatic Colors of #C95C5F
Black with #C95C5F
Text Example
Text Example
White with #C95C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95C5F; }
p { color: rgb(201,92,95); }
H1.HeaderClassName
{
color: #C95C5F;
}
.AnyTagClassName
{
color: #C95C5F;
}
</style>
background-color css
<style>
a { background-color: #C95C5F; }
a { background-color: rgb(201,92,95); }
div.DivClassName
{
background-color: #C95C5F;
}
.BgClassName
{
background-color: #C95C5F;
}
</style>
border-color css
<style>
span { border-color: #C95C5F; }
span { border-color: rgb(201,92,95); }
td.TdClassName
{
border-color: #C95C5F;
}
.TagClassName
{
border-color: #C95C5F;
}
</style>