Shades of Mandy #C7575A
Tints of Mandy #C7575A
RGB
CMYK
RGB Variations
Color information
#C7575A (or 0xC7575A) is known color: Mandy. HEX triplet: C7, 57 and 5A. RGB value is (199,87,90). Sum of RGB (Red+Green+Blue) = 199+87+90=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7575A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7575A is #38A8A5. Grayscale: #787878. Windows color (decimal): -3713190 or 5920711. OLE color: 5920711.
HSL color Cylindrical-coordinate representation of color #C7575A: hue angle of 358.39º 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 #C7575A is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 87 | 90 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.22 |
| HSL | 358.39º | 0.5% | 0.56% | - |
| HSV(B) | 358.39º | 0.56% | 0.78% | - |
| XYZ | 28.81 | 19.7 | 11.96 | - |
| YUV | 120.83 | 110.61 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 90 | 0 | 0.56 | 0.55 | 0.22 | 358.39 | 0.5 | 0.56 |
| Hex | C7 | 57 | 5A | 0 | 38 | 37 | 16 | 166 | 32 | 38 |
| Octal | 307 | 127 | 132 | 0 | 70 | 67 | 26 | 546 | 62 | 70 |
| Binary | 11000111 | 1010111 | 1011010 | 0 | 111000 | 110111 | 10110 | 101100110 | 110010 | 111000 |
Color Harmonies of #C7575A
Complementary color
Monochromatic Colors of #C7575A
Black with #C7575A
Text Example
Text Example
White with #C7575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7575A; }
p { color: rgb(199,87,90); }
H1.HeaderClassName
{
color: #C7575A;
}
.AnyTagClassName
{
color: #C7575A;
}
</style>
background-color css
<style>
a { background-color: #C7575A; }
a { background-color: rgb(199,87,90); }
div.DivClassName
{
background-color: #C7575A;
}
.BgClassName
{
background-color: #C7575A;
}
</style>
border-color css
<style>
span { border-color: #C7575A; }
span { border-color: rgb(199,87,90); }
td.TdClassName
{
border-color: #C7575A;
}
.TagClassName
{
border-color: #C7575A;
}
</style>