Shades of Mandy #C75053
Tints of Mandy #C75053
RGB
CMYK
RGB Variations
Color information
#C75053 (or 0xC75053) is known color: Mandy. HEX triplet: C7, 50 and 53. RGB value is (199,80,83). Sum of RGB (Red+Green+Blue) = 199+80+83=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C75053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75053 is #38AFAC. Grayscale: #747474. Windows color (decimal): -3714989 or 5460167. OLE color: 5460167.
HSL color Cylindrical-coordinate representation of color #C75053: hue angle of 358.49º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C75053 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 80 | 83 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.22 |
| HSL | 358.49º | 0.52% | 0.55% | - |
| HSV(B) | 358.49º | 0.6% | 0.78% | - |
| XYZ | 27.98 | 18.5 | 10.28 | - |
| YUV | 115.92 | 109.42 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 83 | 0 | 0.60 | 0.58 | 0.22 | 358.49 | 0.52 | 0.55 |
| Hex | C7 | 50 | 53 | 0 | 3C | 3A | 16 | 166 | 34 | 37 |
| Octal | 307 | 120 | 123 | 0 | 74 | 72 | 26 | 546 | 64 | 67 |
| Binary | 11000111 | 1010000 | 1010011 | 0 | 111100 | 111010 | 10110 | 101100110 | 110100 | 110111 |
Color Harmonies of #C75053
Complementary color
Monochromatic Colors of #C75053
Black with #C75053
Text Example
Text Example
White with #C75053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75053; }
p { color: rgb(199,80,83); }
H1.HeaderClassName
{
color: #C75053;
}
.AnyTagClassName
{
color: #C75053;
}
</style>
background-color css
<style>
a { background-color: #C75053; }
a { background-color: rgb(199,80,83); }
div.DivClassName
{
background-color: #C75053;
}
.BgClassName
{
background-color: #C75053;
}
</style>
border-color css
<style>
span { border-color: #C75053; }
span { border-color: rgb(199,80,83); }
td.TdClassName
{
border-color: #C75053;
}
.TagClassName
{
border-color: #C75053;
}
</style>