Shades of Mandy #C7465D
Tints of Mandy #C7465D
RGB
CMYK
RGB Variations
Color information
#C7465D (or 0xC7465D) is known color: Mandy. HEX triplet: C7, 46 and 5D. RGB value is (199,70,93). Sum of RGB (Red+Green+Blue) = 199+70+93=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C7465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7465D is #38B9A2. Grayscale: #6F6F6F. Windows color (decimal): -3717539 or 6112967. OLE color: 6112967.
HSL color Cylindrical-coordinate representation of color #C7465D: hue angle of 349.3º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7465D is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 93 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.22 |
| HSL | 349.3º | 0.54% | 0.53% | - |
| HSV(B) | 349.3º | 0.65% | 0.78% | - |
| XYZ | 27.72 | 17.31 | 12.24 | - |
| YUV | 111.19 | 117.74 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 93 | 0 | 0.65 | 0.53 | 0.22 | 349.3 | 0.54 | 0.53 |
| Hex | C7 | 46 | 5D | 0 | 41 | 35 | 16 | 15D | 36 | 35 |
| Octal | 307 | 106 | 135 | 0 | 101 | 65 | 26 | 535 | 66 | 65 |
| Binary | 11000111 | 1000110 | 1011101 | 0 | 1000001 | 110101 | 10110 | 101011101 | 110110 | 110101 |
Color Harmonies of #C7465D
Complementary color
Monochromatic Colors of #C7465D
Black with #C7465D
Text Example
Text Example
White with #C7465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7465D; }
p { color: rgb(199,70,93); }
H1.HeaderClassName
{
color: #C7465D;
}
.AnyTagClassName
{
color: #C7465D;
}
</style>
background-color css
<style>
a { background-color: #C7465D; }
a { background-color: rgb(199,70,93); }
div.DivClassName
{
background-color: #C7465D;
}
.BgClassName
{
background-color: #C7465D;
}
</style>
border-color css
<style>
span { border-color: #C7465D; }
span { border-color: rgb(199,70,93); }
td.TdClassName
{
border-color: #C7465D;
}
.TagClassName
{
border-color: #C7465D;
}
</style>