Shades of Mandy #C95B5E
Tints of Mandy #C95B5E
RGB
CMYK
RGB Variations
Color information
#C95B5E (or 0xC95B5E) is known color: Mandy. HEX triplet: C9, 5B and 5E. RGB value is (201,91,94). Sum of RGB (Red+Green+Blue) = 201+91+94=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95B5E is #36A4A1. Grayscale: #7C7C7C. Windows color (decimal): -3581090 or 6183881. OLE color: 6183881.
HSL color Cylindrical-coordinate representation of color #C95B5E: hue angle of 358.36º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95B5E is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 91 | 94 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.21 |
| HSL | 358.36º | 0.5% | 0.57% | - |
| HSV(B) | 358.36º | 0.55% | 0.79% | - |
| XYZ | 29.85 | 20.71 | 13.01 | - |
| YUV | 124.23 | 110.94 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 94 | 0 | 0.55 | 0.53 | 0.21 | 358.36 | 0.5 | 0.57 |
| Hex | C9 | 5B | 5E | 0 | 37 | 35 | 15 | 166 | 32 | 39 |
| Octal | 311 | 133 | 136 | 0 | 67 | 65 | 25 | 546 | 62 | 71 |
| Binary | 11001001 | 1011011 | 1011110 | 0 | 110111 | 110101 | 10101 | 101100110 | 110010 | 111001 |
Color Harmonies of #C95B5E
Complementary color
Monochromatic Colors of #C95B5E
Black with #C95B5E
Text Example
Text Example
White with #C95B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95B5E; }
p { color: rgb(201,91,94); }
H1.HeaderClassName
{
color: #C95B5E;
}
.AnyTagClassName
{
color: #C95B5E;
}
</style>
background-color css
<style>
a { background-color: #C95B5E; }
a { background-color: rgb(201,91,94); }
div.DivClassName
{
background-color: #C95B5E;
}
.BgClassName
{
background-color: #C95B5E;
}
</style>
border-color css
<style>
span { border-color: #C95B5E; }
span { border-color: rgb(201,91,94); }
td.TdClassName
{
border-color: #C95B5E;
}
.TagClassName
{
border-color: #C95B5E;
}
</style>