Shades of Mandy #C7515F
Tints of Mandy #C7515F
RGB
CMYK
RGB Variations
Color information
#C7515F (or 0xC7515F) is known color: Mandy. HEX triplet: C7, 51 and 5F. RGB value is (199,81,95). Sum of RGB (Red+Green+Blue) = 199+81+95=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7515F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7515F is #38AEA0. Grayscale: #757575. Windows color (decimal): -3714721 or 6246855. OLE color: 6246855.
HSL color Cylindrical-coordinate representation of color #C7515F: hue angle of 352.88º 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 #C7515F is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 81 | 95 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.22 |
| HSL | 352.88º | 0.51% | 0.55% | - |
| HSV(B) | 352.88º | 0.59% | 0.78% | - |
| XYZ | 28.56 | 18.85 | 12.96 | - |
| YUV | 117.88 | 115.09 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 95 | 0 | 0.59 | 0.52 | 0.22 | 352.88 | 0.51 | 0.55 |
| Hex | C7 | 51 | 5F | 0 | 3B | 34 | 16 | 161 | 33 | 37 |
| Octal | 307 | 121 | 137 | 0 | 73 | 64 | 26 | 541 | 63 | 67 |
| Binary | 11000111 | 1010001 | 1011111 | 0 | 111011 | 110100 | 10110 | 101100001 | 110011 | 110111 |
Color Harmonies of #C7515F
Complementary color
Monochromatic Colors of #C7515F
Black with #C7515F
Text Example
Text Example
White with #C7515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7515F; }
p { color: rgb(199,81,95); }
H1.HeaderClassName
{
color: #C7515F;
}
.AnyTagClassName
{
color: #C7515F;
}
</style>
background-color css
<style>
a { background-color: #C7515F; }
a { background-color: rgb(199,81,95); }
div.DivClassName
{
background-color: #C7515F;
}
.BgClassName
{
background-color: #C7515F;
}
</style>
border-color css
<style>
span { border-color: #C7515F; }
span { border-color: rgb(199,81,95); }
td.TdClassName
{
border-color: #C7515F;
}
.TagClassName
{
border-color: #C7515F;
}
</style>