Shades of Mandy #C74A5C
Tints of Mandy #C74A5C
RGB
CMYK
RGB Variations
Color information
#C74A5C (or 0xC74A5C) is known color: Mandy. HEX triplet: C7, 4A and 5C. RGB value is (199,74,92). Sum of RGB (Red+Green+Blue) = 199+74+92=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74A5C is #38B5A3. Grayscale: #717171. Windows color (decimal): -3716516 or 6048455. OLE color: 6048455.
HSL color Cylindrical-coordinate representation of color #C74A5C: hue angle of 351.36º 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 #C74A5C is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 92 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.22 |
| HSL | 351.36º | 0.53% | 0.54% | - |
| HSV(B) | 351.36º | 0.63% | 0.78% | - |
| XYZ | 27.93 | 17.81 | 12.09 | - |
| YUV | 113.43 | 115.91 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 92 | 0 | 0.63 | 0.54 | 0.22 | 351.36 | 0.53 | 0.54 |
| Hex | C7 | 4A | 5C | 0 | 3F | 36 | 16 | 15F | 35 | 36 |
| Octal | 307 | 112 | 134 | 0 | 77 | 66 | 26 | 537 | 65 | 66 |
| Binary | 11000111 | 1001010 | 1011100 | 0 | 111111 | 110110 | 10110 | 101011111 | 110101 | 110110 |
Color Harmonies of #C74A5C
Complementary color
Monochromatic Colors of #C74A5C
Black with #C74A5C
Text Example
Text Example
White with #C74A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74A5C; }
p { color: rgb(199,74,92); }
H1.HeaderClassName
{
color: #C74A5C;
}
.AnyTagClassName
{
color: #C74A5C;
}
</style>
background-color css
<style>
a { background-color: #C74A5C; }
a { background-color: rgb(199,74,92); }
div.DivClassName
{
background-color: #C74A5C;
}
.BgClassName
{
background-color: #C74A5C;
}
</style>
border-color css
<style>
span { border-color: #C74A5C; }
span { border-color: rgb(199,74,92); }
td.TdClassName
{
border-color: #C74A5C;
}
.TagClassName
{
border-color: #C74A5C;
}
</style>