Shades of Mandy #C7465B
Tints of Mandy #C7465B
RGB
CMYK
RGB Variations
Color information
#C7465B (or 0xC7465B) is known color: Mandy. HEX triplet: C7, 46 and 5B. RGB value is (199,70,91). Sum of RGB (Red+Green+Blue) = 199+70+91=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C7465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7465B is #38B9A4. Grayscale: #6F6F6F. Windows color (decimal): -3717541 or 5981895. OLE color: 5981895.
HSL color Cylindrical-coordinate representation of color #C7465B: hue angle of 350.23º 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 #C7465B is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 91 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.22 |
| HSL | 350.23º | 0.54% | 0.53% | - |
| HSV(B) | 350.23º | 0.65% | 0.78% | - |
| XYZ | 27.63 | 17.28 | 11.78 | - |
| YUV | 110.97 | 116.74 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 91 | 0 | 0.65 | 0.54 | 0.22 | 350.23 | 0.54 | 0.53 |
| Hex | C7 | 46 | 5B | 0 | 41 | 36 | 16 | 15E | 36 | 35 |
| Octal | 307 | 106 | 133 | 0 | 101 | 66 | 26 | 536 | 66 | 65 |
| Binary | 11000111 | 1000110 | 1011011 | 0 | 1000001 | 110110 | 10110 | 101011110 | 110110 | 110101 |
Color Harmonies of #C7465B
Complementary color
Monochromatic Colors of #C7465B
Black with #C7465B
Text Example
Text Example
White with #C7465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7465B; }
p { color: rgb(199,70,91); }
H1.HeaderClassName
{
color: #C7465B;
}
.AnyTagClassName
{
color: #C7465B;
}
</style>
background-color css
<style>
a { background-color: #C7465B; }
a { background-color: rgb(199,70,91); }
div.DivClassName
{
background-color: #C7465B;
}
.BgClassName
{
background-color: #C7465B;
}
</style>
border-color css
<style>
span { border-color: #C7465B; }
span { border-color: rgb(199,70,91); }
td.TdClassName
{
border-color: #C7465B;
}
.TagClassName
{
border-color: #C7465B;
}
</style>