Shades of Mandy #C7445D
Tints of Mandy #C7445D
RGB
CMYK
RGB Variations
Color information
#C7445D (or 0xC7445D) is known color: Mandy. HEX triplet: C7, 44 and 5D. RGB value is (199,68,93). Sum of RGB (Red+Green+Blue) = 199+68+93=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C7445D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7445D is #38BBA2. Grayscale: #6E6E6E. Windows color (decimal): -3718051 or 6112455. OLE color: 6112455.
HSL color Cylindrical-coordinate representation of color #C7445D: hue angle of 348.55º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C7445D is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 93 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.22 |
| HSL | 348.55º | 0.54% | 0.52% | - |
| HSV(B) | 348.55º | 0.66% | 0.78% | - |
| XYZ | 27.6 | 17.07 | 12.2 | - |
| YUV | 110.02 | 118.4 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 93 | 0 | 0.66 | 0.53 | 0.22 | 348.55 | 0.54 | 0.52 |
| Hex | C7 | 44 | 5D | 0 | 42 | 35 | 16 | 15D | 36 | 34 |
| Octal | 307 | 104 | 135 | 0 | 102 | 65 | 26 | 535 | 66 | 64 |
| Binary | 11000111 | 1000100 | 1011101 | 0 | 1000010 | 110101 | 10110 | 101011101 | 110110 | 110100 |
Color Harmonies of #C7445D
Complementary color
Monochromatic Colors of #C7445D
Black with #C7445D
Text Example
Text Example
White with #C7445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7445D; }
p { color: rgb(199,68,93); }
H1.HeaderClassName
{
color: #C7445D;
}
.AnyTagClassName
{
color: #C7445D;
}
</style>
background-color css
<style>
a { background-color: #C7445D; }
a { background-color: rgb(199,68,93); }
div.DivClassName
{
background-color: #C7445D;
}
.BgClassName
{
background-color: #C7445D;
}
</style>
border-color css
<style>
span { border-color: #C7445D; }
span { border-color: rgb(199,68,93); }
td.TdClassName
{
border-color: #C7445D;
}
.TagClassName
{
border-color: #C7445D;
}
</style>