Shades of Mandy #C05153
Tints of Mandy #C05153
RGB
CMYK
RGB Variations
Color information
#C05153 (or 0xC05153) is known color: Mandy. HEX triplet: C0, 51 and 53. RGB value is (192,81,83). Sum of RGB (Red+Green+Blue) = 192+81+83=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C05153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05153 is #3FAEAC. Grayscale: #727272. Windows color (decimal): -4173485 or 5460416. OLE color: 5460416.
HSL color Cylindrical-coordinate representation of color #C05153: hue angle of 358.92º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05153 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 83 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.25 |
| HSL | 358.92º | 0.47% | 0.54% | - |
| HSV(B) | 358.92º | 0.58% | 0.75% | - |
| XYZ | 26.24 | 17.72 | 10.22 | - |
| YUV | 114.42 | 110.27 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 83 | 0 | 0.58 | 0.57 | 0.25 | 358.92 | 0.47 | 0.54 |
| Hex | C0 | 51 | 53 | 0 | 3A | 39 | 19 | 167 | 2F | 36 |
| Octal | 300 | 121 | 123 | 0 | 72 | 71 | 31 | 547 | 57 | 66 |
| Binary | 11000000 | 1010001 | 1010011 | 0 | 111010 | 111001 | 11001 | 101100111 | 101111 | 110110 |
Color Harmonies of #C05153
Complementary color
Monochromatic Colors of #C05153
Black with #C05153
Text Example
Text Example
White with #C05153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05153; }
p { color: rgb(192,81,83); }
H1.HeaderClassName
{
color: #C05153;
}
.AnyTagClassName
{
color: #C05153;
}
</style>
background-color css
<style>
a { background-color: #C05153; }
a { background-color: rgb(192,81,83); }
div.DivClassName
{
background-color: #C05153;
}
.BgClassName
{
background-color: #C05153;
}
</style>
border-color css
<style>
span { border-color: #C05153; }
span { border-color: rgb(192,81,83); }
td.TdClassName
{
border-color: #C05153;
}
.TagClassName
{
border-color: #C05153;
}
</style>