Shades of Mandy #C7515C
Tints of Mandy #C7515C
RGB
CMYK
RGB Variations
Color information
#C7515C (or 0xC7515C) is known color: Mandy. HEX triplet: C7, 51 and 5C. RGB value is (199,81,92). Sum of RGB (Red+Green+Blue) = 199+81+92=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C7515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7515C is #38AEA3. Grayscale: #757575. Windows color (decimal): -3714724 or 6050247. OLE color: 6050247.
HSL color Cylindrical-coordinate representation of color #C7515C: hue angle of 354.41º 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 #C7515C is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 81 | 92 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.22 |
| HSL | 354.41º | 0.51% | 0.55% | - |
| HSV(B) | 354.41º | 0.59% | 0.78% | - |
| XYZ | 28.43 | 18.8 | 12.26 | - |
| YUV | 117.54 | 113.59 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 92 | 0 | 0.59 | 0.54 | 0.22 | 354.41 | 0.51 | 0.55 |
| Hex | C7 | 51 | 5C | 0 | 3B | 36 | 16 | 162 | 33 | 37 |
| Octal | 307 | 121 | 134 | 0 | 73 | 66 | 26 | 542 | 63 | 67 |
| Binary | 11000111 | 1010001 | 1011100 | 0 | 111011 | 110110 | 10110 | 101100010 | 110011 | 110111 |
Color Harmonies of #C7515C
Complementary color
Monochromatic Colors of #C7515C
Black with #C7515C
Text Example
Text Example
White with #C7515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7515C; }
p { color: rgb(199,81,92); }
H1.HeaderClassName
{
color: #C7515C;
}
.AnyTagClassName
{
color: #C7515C;
}
</style>
background-color css
<style>
a { background-color: #C7515C; }
a { background-color: rgb(199,81,92); }
div.DivClassName
{
background-color: #C7515C;
}
.BgClassName
{
background-color: #C7515C;
}
</style>
border-color css
<style>
span { border-color: #C7515C; }
span { border-color: rgb(199,81,92); }
td.TdClassName
{
border-color: #C7515C;
}
.TagClassName
{
border-color: #C7515C;
}
</style>