Shades of Mandy #C74352
Tints of Mandy #C74352
RGB
CMYK
RGB Variations
Color information
#C74352 (or 0xC74352) is known color: Mandy. HEX triplet: C7, 43 and 52. RGB value is (199,67,82). Sum of RGB (Red+Green+Blue) = 199+67+82=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C74352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74352 is #38BCAD. Grayscale: #6C6C6C. Windows color (decimal): -3718318 or 5391303. OLE color: 5391303.
HSL color Cylindrical-coordinate representation of color #C74352: hue angle of 353.18º 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 #C74352 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 67 | 82 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.22 |
| HSL | 353.18º | 0.54% | 0.52% | - |
| HSV(B) | 353.18º | 0.66% | 0.78% | - |
| XYZ | 27.08 | 16.77 | 9.79 | - |
| YUV | 108.18 | 113.23 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 67 | 82 | 0 | 0.66 | 0.59 | 0.22 | 353.18 | 0.54 | 0.52 |
| Hex | C7 | 43 | 52 | 0 | 42 | 3B | 16 | 161 | 36 | 34 |
| Octal | 307 | 103 | 122 | 0 | 102 | 73 | 26 | 541 | 66 | 64 |
| Binary | 11000111 | 1000011 | 1010010 | 0 | 1000010 | 111011 | 10110 | 101100001 | 110110 | 110100 |
Color Harmonies of #C74352
Complementary color
Monochromatic Colors of #C74352
Black with #C74352
Text Example
Text Example
White with #C74352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74352; }
p { color: rgb(199,67,82); }
H1.HeaderClassName
{
color: #C74352;
}
.AnyTagClassName
{
color: #C74352;
}
</style>
background-color css
<style>
a { background-color: #C74352; }
a { background-color: rgb(199,67,82); }
div.DivClassName
{
background-color: #C74352;
}
.BgClassName
{
background-color: #C74352;
}
</style>
border-color css
<style>
span { border-color: #C74352; }
span { border-color: rgb(199,67,82); }
td.TdClassName
{
border-color: #C74352;
}
.TagClassName
{
border-color: #C74352;
}
</style>