Shades of Mandy #C05054
Tints of Mandy #C05054
RGB
CMYK
RGB Variations
Color information
#C05054 (or 0xC05054) is known color: Mandy. HEX triplet: C0, 50 and 54. RGB value is (192,80,84). Sum of RGB (Red+Green+Blue) = 192+80+84=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C05054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05054 is #3FAFAB. Grayscale: #727272. Windows color (decimal): -4173740 or 5525696. OLE color: 5525696.
HSL color Cylindrical-coordinate representation of color #C05054: hue angle of 357.86º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05054 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 84 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.25 |
| HSL | 357.86º | 0.47% | 0.53% | - |
| HSV(B) | 357.86º | 0.58% | 0.75% | - |
| XYZ | 26.21 | 17.58 | 10.4 | - |
| YUV | 113.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 84 | 0 | 0.58 | 0.56 | 0.25 | 357.86 | 0.47 | 0.53 |
| Hex | C0 | 50 | 54 | 0 | 3A | 38 | 19 | 166 | 2F | 35 |
| Octal | 300 | 120 | 124 | 0 | 72 | 70 | 31 | 546 | 57 | 65 |
| Binary | 11000000 | 1010000 | 1010100 | 0 | 111010 | 111000 | 11001 | 101100110 | 101111 | 110101 |
Color Harmonies of #C05054
Complementary color
Monochromatic Colors of #C05054
Black with #C05054
Text Example
Text Example
White with #C05054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05054; }
p { color: rgb(192,80,84); }
H1.HeaderClassName
{
color: #C05054;
}
.AnyTagClassName
{
color: #C05054;
}
</style>
background-color css
<style>
a { background-color: #C05054; }
a { background-color: rgb(192,80,84); }
div.DivClassName
{
background-color: #C05054;
}
.BgClassName
{
background-color: #C05054;
}
</style>
border-color css
<style>
span { border-color: #C05054; }
span { border-color: rgb(192,80,84); }
td.TdClassName
{
border-color: #C05054;
}
.TagClassName
{
border-color: #C05054;
}
</style>