Shades of Mandy #C6515D
Tints of Mandy #C6515D
RGB
CMYK
RGB Variations
Color information
#C6515D (or 0xC6515D) is known color: Mandy. HEX triplet: C6, 51 and 5D. RGB value is (198,81,93). Sum of RGB (Red+Green+Blue) = 198+81+93=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C6515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6515D is #39AEA2. Grayscale: #757575. Windows color (decimal): -3780259 or 6115782. OLE color: 6115782.
HSL color Cylindrical-coordinate representation of color #C6515D: hue angle of 353.85º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C6515D is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 93 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.22 |
| HSL | 353.85º | 0.51% | 0.55% | - |
| HSV(B) | 353.85º | 0.59% | 0.78% | - |
| XYZ | 28.21 | 18.68 | 12.48 | - |
| YUV | 117.35 | 114.26 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 93 | 0 | 0.59 | 0.53 | 0.22 | 353.85 | 0.51 | 0.55 |
| Hex | C6 | 51 | 5D | 0 | 3B | 35 | 16 | 162 | 33 | 37 |
| Octal | 306 | 121 | 135 | 0 | 73 | 65 | 26 | 542 | 63 | 67 |
| Binary | 11000110 | 1010001 | 1011101 | 0 | 111011 | 110101 | 10110 | 101100010 | 110011 | 110111 |
Color Harmonies of #C6515D
Complementary color
Monochromatic Colors of #C6515D
Black with #C6515D
Text Example
Text Example
White with #C6515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6515D; }
p { color: rgb(198,81,93); }
H1.HeaderClassName
{
color: #C6515D;
}
.AnyTagClassName
{
color: #C6515D;
}
</style>
background-color css
<style>
a { background-color: #C6515D; }
a { background-color: rgb(198,81,93); }
div.DivClassName
{
background-color: #C6515D;
}
.BgClassName
{
background-color: #C6515D;
}
</style>
border-color css
<style>
span { border-color: #C6515D; }
span { border-color: rgb(198,81,93); }
td.TdClassName
{
border-color: #C6515D;
}
.TagClassName
{
border-color: #C6515D;
}
</style>