Shades of Mandy #C74A5A
Tints of Mandy #C74A5A
RGB
CMYK
RGB Variations
Color information
#C74A5A (or 0xC74A5A) is known color: Mandy. HEX triplet: C7, 4A and 5A. RGB value is (199,74,90). Sum of RGB (Red+Green+Blue) = 199+74+90=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74A5A is #38B5A5. Grayscale: #717171. Windows color (decimal): -3716518 or 5917383. OLE color: 5917383.
HSL color Cylindrical-coordinate representation of color #C74A5A: hue angle of 352.32º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74A5A is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 90 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.22 |
| HSL | 352.32º | 0.53% | 0.54% | - |
| HSV(B) | 352.32º | 0.63% | 0.78% | - |
| XYZ | 27.85 | 17.78 | 11.64 | - |
| YUV | 113.2 | 114.91 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 90 | 0 | 0.63 | 0.55 | 0.22 | 352.32 | 0.53 | 0.54 |
| Hex | C7 | 4A | 5A | 0 | 3F | 37 | 16 | 160 | 35 | 36 |
| Octal | 307 | 112 | 132 | 0 | 77 | 67 | 26 | 540 | 65 | 66 |
| Binary | 11000111 | 1001010 | 1011010 | 0 | 111111 | 110111 | 10110 | 101100000 | 110101 | 110110 |
Color Harmonies of #C74A5A
Complementary color
Monochromatic Colors of #C74A5A
Black with #C74A5A
Text Example
Text Example
White with #C74A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74A5A; }
p { color: rgb(199,74,90); }
H1.HeaderClassName
{
color: #C74A5A;
}
.AnyTagClassName
{
color: #C74A5A;
}
</style>
background-color css
<style>
a { background-color: #C74A5A; }
a { background-color: rgb(199,74,90); }
div.DivClassName
{
background-color: #C74A5A;
}
.BgClassName
{
background-color: #C74A5A;
}
</style>
border-color css
<style>
span { border-color: #C74A5A; }
span { border-color: rgb(199,74,90); }
td.TdClassName
{
border-color: #C74A5A;
}
.TagClassName
{
border-color: #C74A5A;
}
</style>