Shades of Mandy #C75864
Tints of Mandy #C75864
RGB
CMYK
RGB Variations
Color information
#C75864 (or 0xC75864) is known color: Mandy. HEX triplet: C7, 58 and 64. RGB value is (199,88,100). Sum of RGB (Red+Green+Blue) = 199+88+100=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C75864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75864 is #38A79B. Grayscale: #7A7A7A. Windows color (decimal): -3712924 or 6576327. OLE color: 6576327.
HSL color Cylindrical-coordinate representation of color #C75864: hue angle of 353.51º 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 #C75864 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 100 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.22 |
| HSL | 353.51º | 0.5% | 0.56% | - |
| HSV(B) | 353.51º | 0.56% | 0.78% | - |
| XYZ | 29.34 | 20.04 | 14.38 | - |
| YUV | 122.56 | 115.27 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 100 | 0 | 0.56 | 0.50 | 0.22 | 353.51 | 0.5 | 0.56 |
| Hex | C7 | 58 | 64 | 0 | 38 | 32 | 16 | 162 | 32 | 38 |
| Octal | 307 | 130 | 144 | 0 | 70 | 62 | 26 | 542 | 62 | 70 |
| Binary | 11000111 | 1011000 | 1100100 | 0 | 111000 | 110010 | 10110 | 101100010 | 110010 | 111000 |
Color Harmonies of #C75864
Complementary color
Monochromatic Colors of #C75864
Black with #C75864
Text Example
Text Example
White with #C75864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75864; }
p { color: rgb(199,88,100); }
H1.HeaderClassName
{
color: #C75864;
}
.AnyTagClassName
{
color: #C75864;
}
</style>
background-color css
<style>
a { background-color: #C75864; }
a { background-color: rgb(199,88,100); }
div.DivClassName
{
background-color: #C75864;
}
.BgClassName
{
background-color: #C75864;
}
</style>
border-color css
<style>
span { border-color: #C75864; }
span { border-color: rgb(199,88,100); }
td.TdClassName
{
border-color: #C75864;
}
.TagClassName
{
border-color: #C75864;
}
</style>