Shades of Mandy #C95255
Tints of Mandy #C95255
RGB
CMYK
RGB Variations
Color information
#C95255 (or 0xC95255) is known color: Mandy. HEX triplet: C9, 52 and 55. RGB value is (201,82,85). Sum of RGB (Red+Green+Blue) = 201+82+85=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C95255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95255 is #36ADAA. Grayscale: #767676. Windows color (decimal): -3583403 or 5591753. OLE color: 5591753.
HSL color Cylindrical-coordinate representation of color #C95255: hue angle of 358.49º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95255 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 85 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.21 |
| HSL | 358.49º | 0.52% | 0.55% | - |
| HSV(B) | 358.49º | 0.59% | 0.79% | - |
| XYZ | 28.74 | 19.11 | 10.77 | - |
| YUV | 117.92 | 109.42 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 85 | 0 | 0.59 | 0.58 | 0.21 | 358.49 | 0.52 | 0.55 |
| Hex | C9 | 52 | 55 | 0 | 3B | 3A | 15 | 166 | 34 | 37 |
| Octal | 311 | 122 | 125 | 0 | 73 | 72 | 25 | 546 | 64 | 67 |
| Binary | 11001001 | 1010010 | 1010101 | 0 | 111011 | 111010 | 10101 | 101100110 | 110100 | 110111 |
Color Harmonies of #C95255
Complementary color
Monochromatic Colors of #C95255
Black with #C95255
Text Example
Text Example
White with #C95255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95255; }
p { color: rgb(201,82,85); }
H1.HeaderClassName
{
color: #C95255;
}
.AnyTagClassName
{
color: #C95255;
}
</style>
background-color css
<style>
a { background-color: #C95255; }
a { background-color: rgb(201,82,85); }
div.DivClassName
{
background-color: #C95255;
}
.BgClassName
{
background-color: #C95255;
}
</style>
border-color css
<style>
span { border-color: #C95255; }
span { border-color: rgb(201,82,85); }
td.TdClassName
{
border-color: #C95255;
}
.TagClassName
{
border-color: #C95255;
}
</style>