Shades of Mandy #C7575B
Tints of Mandy #C7575B
RGB
CMYK
RGB Variations
Color information
#C7575B (or 0xC7575B) is known color: Mandy. HEX triplet: C7, 57 and 5B. RGB value is (199,87,91). Sum of RGB (Red+Green+Blue) = 199+87+91=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C7575B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7575B is #38A8A4. Grayscale: #797979. Windows color (decimal): -3713189 or 5986247. OLE color: 5986247.
HSL color Cylindrical-coordinate representation of color #C7575B: hue angle of 357.86º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C7575B is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 87 | 91 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.22 |
| HSL | 357.86º | 0.5% | 0.56% | - |
| HSV(B) | 357.86º | 0.56% | 0.78% | - |
| XYZ | 28.85 | 19.71 | 12.18 | - |
| YUV | 120.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 91 | 0 | 0.56 | 0.54 | 0.22 | 357.86 | 0.5 | 0.56 |
| Hex | C7 | 57 | 5B | 0 | 38 | 36 | 16 | 166 | 32 | 38 |
| Octal | 307 | 127 | 133 | 0 | 70 | 66 | 26 | 546 | 62 | 70 |
| Binary | 11000111 | 1010111 | 1011011 | 0 | 111000 | 110110 | 10110 | 101100110 | 110010 | 111000 |
Color Harmonies of #C7575B
Complementary color
Monochromatic Colors of #C7575B
Black with #C7575B
Text Example
Text Example
White with #C7575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7575B; }
p { color: rgb(199,87,91); }
H1.HeaderClassName
{
color: #C7575B;
}
.AnyTagClassName
{
color: #C7575B;
}
</style>
background-color css
<style>
a { background-color: #C7575B; }
a { background-color: rgb(199,87,91); }
div.DivClassName
{
background-color: #C7575B;
}
.BgClassName
{
background-color: #C7575B;
}
</style>
border-color css
<style>
span { border-color: #C7575B; }
span { border-color: rgb(199,87,91); }
td.TdClassName
{
border-color: #C7575B;
}
.TagClassName
{
border-color: #C7575B;
}
</style>