Shades of Mandy #C7415D
Tints of Mandy #C7415D
RGB
CMYK
RGB Variations
Color information
#C7415D (or 0xC7415D) is known color: Mandy. HEX triplet: C7, 41 and 5D. RGB value is (199,65,93). Sum of RGB (Red+Green+Blue) = 199+65+93=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C7415D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7415D is #38BEA2. Grayscale: #6C6C6C. Windows color (decimal): -3718819 or 6111687. OLE color: 6111687.
HSL color Cylindrical-coordinate representation of color #C7415D: hue angle of 347.46º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7415D is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 93 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.22 |
| HSL | 347.46º | 0.54% | 0.52% | - |
| HSV(B) | 347.46º | 0.67% | 0.78% | - |
| XYZ | 27.42 | 16.71 | 12.14 | - |
| YUV | 108.26 | 119.39 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 93 | 0 | 0.67 | 0.53 | 0.22 | 347.46 | 0.54 | 0.52 |
| Hex | C7 | 41 | 5D | 0 | 43 | 35 | 16 | 15B | 36 | 34 |
| Octal | 307 | 101 | 135 | 0 | 103 | 65 | 26 | 533 | 66 | 64 |
| Binary | 11000111 | 1000001 | 1011101 | 0 | 1000011 | 110101 | 10110 | 101011011 | 110110 | 110100 |
Color Harmonies of #C7415D
Complementary color
Monochromatic Colors of #C7415D
Black with #C7415D
Text Example
Text Example
White with #C7415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7415D; }
p { color: rgb(199,65,93); }
H1.HeaderClassName
{
color: #C7415D;
}
.AnyTagClassName
{
color: #C7415D;
}
</style>
background-color css
<style>
a { background-color: #C7415D; }
a { background-color: rgb(199,65,93); }
div.DivClassName
{
background-color: #C7415D;
}
.BgClassName
{
background-color: #C7415D;
}
</style>
border-color css
<style>
span { border-color: #C7415D; }
span { border-color: rgb(199,65,93); }
td.TdClassName
{
border-color: #C7415D;
}
.TagClassName
{
border-color: #C7415D;
}
</style>