Shades of Mandy #C7465A
Tints of Mandy #C7465A
RGB
CMYK
RGB Variations
Color information
#C7465A (or 0xC7465A) is known color: Mandy. HEX triplet: C7, 46 and 5A. RGB value is (199,70,90). Sum of RGB (Red+Green+Blue) = 199+70+90=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C7465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7465A is #38B9A5. Grayscale: #6E6E6E. Windows color (decimal): -3717542 or 5916359. OLE color: 5916359.
HSL color Cylindrical-coordinate representation of color #C7465A: hue angle of 350.7º 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 #C7465A is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 90 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.22 |
| HSL | 350.7º | 0.54% | 0.53% | - |
| HSV(B) | 350.7º | 0.65% | 0.78% | - |
| XYZ | 27.59 | 17.26 | 11.55 | - |
| YUV | 110.85 | 116.24 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 90 | 0 | 0.65 | 0.55 | 0.22 | 350.7 | 0.54 | 0.53 |
| Hex | C7 | 46 | 5A | 0 | 41 | 37 | 16 | 15F | 36 | 35 |
| Octal | 307 | 106 | 132 | 0 | 101 | 67 | 26 | 537 | 66 | 65 |
| Binary | 11000111 | 1000110 | 1011010 | 0 | 1000001 | 110111 | 10110 | 101011111 | 110110 | 110101 |
Color Harmonies of #C7465A
Complementary color
Monochromatic Colors of #C7465A
Black with #C7465A
Text Example
Text Example
White with #C7465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7465A; }
p { color: rgb(199,70,90); }
H1.HeaderClassName
{
color: #C7465A;
}
.AnyTagClassName
{
color: #C7465A;
}
</style>
background-color css
<style>
a { background-color: #C7465A; }
a { background-color: rgb(199,70,90); }
div.DivClassName
{
background-color: #C7465A;
}
.BgClassName
{
background-color: #C7465A;
}
</style>
border-color css
<style>
span { border-color: #C7465A; }
span { border-color: rgb(199,70,90); }
td.TdClassName
{
border-color: #C7465A;
}
.TagClassName
{
border-color: #C7465A;
}
</style>