Shades of Mandy #C73F5D
Tints of Mandy #C73F5D
RGB
CMYK
RGB Variations
Color information
#C73F5D (or 0xC73F5D) is known color: Mandy. HEX triplet: C7, 3F and 5D. RGB value is (199,63,93). Sum of RGB (Red+Green+Blue) = 199+63+93=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73F5D is #38C0A2. Grayscale: #6B6B6B. Windows color (decimal): -3719331 or 6111175. OLE color: 6111175.
HSL color Cylindrical-coordinate representation of color #C73F5D: hue angle of 346.76º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C73F5D is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 63 | 93 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.22 |
| HSL | 346.76º | 0.55% | 0.51% | - |
| HSV(B) | 346.76º | 0.68% | 0.78% | - |
| XYZ | 27.31 | 16.49 | 12.1 | - |
| YUV | 107.08 | 120.06 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 63 | 93 | 0 | 0.68 | 0.53 | 0.22 | 346.76 | 0.55 | 0.51 |
| Hex | C7 | 3F | 5D | 0 | 44 | 35 | 16 | 15B | 37 | 33 |
| Octal | 307 | 77 | 135 | 0 | 104 | 65 | 26 | 533 | 67 | 63 |
| Binary | 11000111 | 111111 | 1011101 | 0 | 1000100 | 110101 | 10110 | 101011011 | 110111 | 110011 |
Color Harmonies of #C73F5D
Complementary color
Monochromatic Colors of #C73F5D
Black with #C73F5D
Text Example
Text Example
White with #C73F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73F5D; }
p { color: rgb(199,63,93); }
H1.HeaderClassName
{
color: #C73F5D;
}
.AnyTagClassName
{
color: #C73F5D;
}
</style>
background-color css
<style>
a { background-color: #C73F5D; }
a { background-color: rgb(199,63,93); }
div.DivClassName
{
background-color: #C73F5D;
}
.BgClassName
{
background-color: #C73F5D;
}
</style>
border-color css
<style>
span { border-color: #C73F5D; }
span { border-color: rgb(199,63,93); }
td.TdClassName
{
border-color: #C73F5D;
}
.TagClassName
{
border-color: #C73F5D;
}
</style>