Shades of Mandy #C7505E
Tints of Mandy #C7505E
RGB
CMYK
RGB Variations
Color information
#C7505E (or 0xC7505E) is known color: Mandy. HEX triplet: C7, 50 and 5E. RGB value is (199,80,94). Sum of RGB (Red+Green+Blue) = 199+80+94=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C7505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7505E is #38AFA1. Grayscale: #757575. Windows color (decimal): -3714978 or 6181063. OLE color: 6181063.
HSL color Cylindrical-coordinate representation of color #C7505E: hue angle of 352.94º 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 #C7505E is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 80 | 94 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.22 |
| HSL | 352.94º | 0.52% | 0.55% | - |
| HSV(B) | 352.94º | 0.6% | 0.78% | - |
| XYZ | 28.44 | 18.69 | 12.7 | - |
| YUV | 117.18 | 114.92 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 94 | 0 | 0.60 | 0.53 | 0.22 | 352.94 | 0.52 | 0.55 |
| Hex | C7 | 50 | 5E | 0 | 3C | 35 | 16 | 161 | 34 | 37 |
| Octal | 307 | 120 | 136 | 0 | 74 | 65 | 26 | 541 | 64 | 67 |
| Binary | 11000111 | 1010000 | 1011110 | 0 | 111100 | 110101 | 10110 | 101100001 | 110100 | 110111 |
Color Harmonies of #C7505E
Complementary color
Monochromatic Colors of #C7505E
Black with #C7505E
Text Example
Text Example
White with #C7505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7505E; }
p { color: rgb(199,80,94); }
H1.HeaderClassName
{
color: #C7505E;
}
.AnyTagClassName
{
color: #C7505E;
}
</style>
background-color css
<style>
a { background-color: #C7505E; }
a { background-color: rgb(199,80,94); }
div.DivClassName
{
background-color: #C7505E;
}
.BgClassName
{
background-color: #C7505E;
}
</style>
border-color css
<style>
span { border-color: #C7505E; }
span { border-color: rgb(199,80,94); }
td.TdClassName
{
border-color: #C7505E;
}
.TagClassName
{
border-color: #C7505E;
}
</style>