Shades of Mandy #C74558
Tints of Mandy #C74558
RGB
CMYK
RGB Variations
Color information
#C74558 (or 0xC74558) is known color: Mandy. HEX triplet: C7, 45 and 58. RGB value is (199,69,88). Sum of RGB (Red+Green+Blue) = 199+69+88=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C74558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74558 is #38BAA7. Grayscale: #6E6E6E. Windows color (decimal): -3717800 or 5785031. OLE color: 5785031.
HSL color Cylindrical-coordinate representation of color #C74558: hue angle of 351.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 #C74558 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 69 | 88 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.22 |
| HSL | 351.23º | 0.54% | 0.53% | - |
| HSV(B) | 351.23º | 0.65% | 0.78% | - |
| XYZ | 27.44 | 17.1 | 11.09 | - |
| YUV | 110.04 | 115.57 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 69 | 88 | 0 | 0.65 | 0.56 | 0.22 | 351.23 | 0.54 | 0.53 |
| Hex | C7 | 45 | 58 | 0 | 41 | 38 | 16 | 15F | 36 | 35 |
| Octal | 307 | 105 | 130 | 0 | 101 | 70 | 26 | 537 | 66 | 65 |
| Binary | 11000111 | 1000101 | 1011000 | 0 | 1000001 | 111000 | 10110 | 101011111 | 110110 | 110101 |
Color Harmonies of #C74558
Complementary color
Monochromatic Colors of #C74558
Black with #C74558
Text Example
Text Example
White with #C74558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74558; }
p { color: rgb(199,69,88); }
H1.HeaderClassName
{
color: #C74558;
}
.AnyTagClassName
{
color: #C74558;
}
</style>
background-color css
<style>
a { background-color: #C74558; }
a { background-color: rgb(199,69,88); }
div.DivClassName
{
background-color: #C74558;
}
.BgClassName
{
background-color: #C74558;
}
</style>
border-color css
<style>
span { border-color: #C74558; }
span { border-color: rgb(199,69,88); }
td.TdClassName
{
border-color: #C74558;
}
.TagClassName
{
border-color: #C74558;
}
</style>