Shades of Mandy #C75260
Tints of Mandy #C75260
RGB
CMYK
RGB Variations
Color information
#C75260 (or 0xC75260) is known color: Mandy. HEX triplet: C7, 52 and 60. RGB value is (199,82,96). Sum of RGB (Red+Green+Blue) = 199+82+96=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C75260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75260 is #38AD9F. Grayscale: #767676. Windows color (decimal): -3714464 or 6312647. OLE color: 6312647.
HSL color Cylindrical-coordinate representation of color #C75260: hue angle of 352.82º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C75260 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 96 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.22 |
| HSL | 352.82º | 0.51% | 0.55% | - |
| HSV(B) | 352.82º | 0.59% | 0.78% | - |
| XYZ | 28.68 | 19.02 | 13.23 | - |
| YUV | 118.58 | 115.26 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 96 | 0 | 0.59 | 0.52 | 0.22 | 352.82 | 0.51 | 0.55 |
| Hex | C7 | 52 | 60 | 0 | 3B | 34 | 16 | 161 | 33 | 37 |
| Octal | 307 | 122 | 140 | 0 | 73 | 64 | 26 | 541 | 63 | 67 |
| Binary | 11000111 | 1010010 | 1100000 | 0 | 111011 | 110100 | 10110 | 101100001 | 110011 | 110111 |
Color Harmonies of #C75260
Complementary color
Monochromatic Colors of #C75260
Black with #C75260
Text Example
Text Example
White with #C75260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75260; }
p { color: rgb(199,82,96); }
H1.HeaderClassName
{
color: #C75260;
}
.AnyTagClassName
{
color: #C75260;
}
</style>
background-color css
<style>
a { background-color: #C75260; }
a { background-color: rgb(199,82,96); }
div.DivClassName
{
background-color: #C75260;
}
.BgClassName
{
background-color: #C75260;
}
</style>
border-color css
<style>
span { border-color: #C75260; }
span { border-color: rgb(199,82,96); }
td.TdClassName
{
border-color: #C75260;
}
.TagClassName
{
border-color: #C75260;
}
</style>