Shades of Mandy #C75A5E
Tints of Mandy #C75A5E
RGB
CMYK
RGB Variations
Color information
#C75A5E (or 0xC75A5E) is known color: Mandy. HEX triplet: C7, 5A and 5E. RGB value is (199,90,94). Sum of RGB (Red+Green+Blue) = 199+90+94=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75A5E is #38A5A1. Grayscale: #7B7B7B. Windows color (decimal): -3712418 or 6183623. OLE color: 6183623.
HSL color Cylindrical-coordinate representation of color #C75A5E: hue angle of 357.8º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C75A5E is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 94 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.22 |
| HSL | 357.8º | 0.49% | 0.57% | - |
| HSV(B) | 357.8º | 0.55% | 0.78% | - |
| XYZ | 29.23 | 20.26 | 12.96 | - |
| YUV | 123.05 | 111.61 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 94 | 0 | 0.55 | 0.53 | 0.22 | 357.8 | 0.49 | 0.57 |
| Hex | C7 | 5A | 5E | 0 | 37 | 35 | 16 | 166 | 31 | 39 |
| Octal | 307 | 132 | 136 | 0 | 67 | 65 | 26 | 546 | 61 | 71 |
| Binary | 11000111 | 1011010 | 1011110 | 0 | 110111 | 110101 | 10110 | 101100110 | 110001 | 111001 |
Color Harmonies of #C75A5E
Complementary color
Monochromatic Colors of #C75A5E
Black with #C75A5E
Text Example
Text Example
White with #C75A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75A5E; }
p { color: rgb(199,90,94); }
H1.HeaderClassName
{
color: #C75A5E;
}
.AnyTagClassName
{
color: #C75A5E;
}
</style>
background-color css
<style>
a { background-color: #C75A5E; }
a { background-color: rgb(199,90,94); }
div.DivClassName
{
background-color: #C75A5E;
}
.BgClassName
{
background-color: #C75A5E;
}
</style>
border-color css
<style>
span { border-color: #C75A5E; }
span { border-color: rgb(199,90,94); }
td.TdClassName
{
border-color: #C75A5E;
}
.TagClassName
{
border-color: #C75A5E;
}
</style>