Shades of Mandy #C05E66
Tints of Mandy #C05E66
RGB
CMYK
RGB Variations
Color information
#C05E66 (or 0xC05E66) is known color: Mandy. HEX triplet: C0, 5E and 66. RGB value is (192,94,102). Sum of RGB (Red+Green+Blue) = 192+94+102=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05E66 is #3FA199. Grayscale: #7C7C7C. Windows color (decimal): -4170138 or 6708928. OLE color: 6708928.
HSL color Cylindrical-coordinate representation of color #C05E66: hue angle of 355.1º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05E66 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 102 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.25 |
| HSL | 355.1º | 0.44% | 0.56% | - |
| HSV(B) | 355.1º | 0.51% | 0.75% | - |
| XYZ | 28.14 | 20.17 | 14.98 | - |
| YUV | 124.21 | 115.47 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 102 | 0 | 0.51 | 0.47 | 0.25 | 355.1 | 0.44 | 0.56 |
| Hex | C0 | 5E | 66 | 0 | 33 | 2F | 19 | 163 | 2C | 38 |
| Octal | 300 | 136 | 146 | 0 | 63 | 57 | 31 | 543 | 54 | 70 |
| Binary | 11000000 | 1011110 | 1100110 | 0 | 110011 | 101111 | 11001 | 101100011 | 101100 | 111000 |
Color Harmonies of #C05E66
Complementary color
Monochromatic Colors of #C05E66
Black with #C05E66
Text Example
Text Example
White with #C05E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05E66; }
p { color: rgb(192,94,102); }
H1.HeaderClassName
{
color: #C05E66;
}
.AnyTagClassName
{
color: #C05E66;
}
</style>
background-color css
<style>
a { background-color: #C05E66; }
a { background-color: rgb(192,94,102); }
div.DivClassName
{
background-color: #C05E66;
}
.BgClassName
{
background-color: #C05E66;
}
</style>
border-color css
<style>
span { border-color: #C05E66; }
span { border-color: rgb(192,94,102); }
td.TdClassName
{
border-color: #C05E66;
}
.TagClassName
{
border-color: #C05E66;
}
</style>