Shades of Mandy #C74253
Tints of Mandy #C74253
RGB
CMYK
RGB Variations
Color information
#C74253 (or 0xC74253) is known color: Mandy. HEX triplet: C7, 42 and 53. RGB value is (199,66,83). Sum of RGB (Red+Green+Blue) = 199+66+83=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C74253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74253 is #38BDAC. Grayscale: #6B6B6B. Windows color (decimal): -3718573 or 5456583. OLE color: 5456583.
HSL color Cylindrical-coordinate representation of color #C74253: hue angle of 352.33º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74253 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 83 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.22 |
| HSL | 352.33º | 0.54% | 0.52% | - |
| HSV(B) | 352.33º | 0.67% | 0.78% | - |
| XYZ | 27.06 | 16.66 | 9.97 | - |
| YUV | 107.71 | 114.06 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 83 | 0 | 0.67 | 0.58 | 0.22 | 352.33 | 0.54 | 0.52 |
| Hex | C7 | 42 | 53 | 0 | 43 | 3A | 16 | 160 | 36 | 34 |
| Octal | 307 | 102 | 123 | 0 | 103 | 72 | 26 | 540 | 66 | 64 |
| Binary | 11000111 | 1000010 | 1010011 | 0 | 1000011 | 111010 | 10110 | 101100000 | 110110 | 110100 |
Color Harmonies of #C74253
Complementary color
Monochromatic Colors of #C74253
Black with #C74253
Text Example
Text Example
White with #C74253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74253; }
p { color: rgb(199,66,83); }
H1.HeaderClassName
{
color: #C74253;
}
.AnyTagClassName
{
color: #C74253;
}
</style>
background-color css
<style>
a { background-color: #C74253; }
a { background-color: rgb(199,66,83); }
div.DivClassName
{
background-color: #C74253;
}
.BgClassName
{
background-color: #C74253;
}
</style>
border-color css
<style>
span { border-color: #C74253; }
span { border-color: rgb(199,66,83); }
td.TdClassName
{
border-color: #C74253;
}
.TagClassName
{
border-color: #C74253;
}
</style>