Shades of Mandy #C05055
Tints of Mandy #C05055
RGB
CMYK
RGB Variations
Color information
#C05055 (or 0xC05055) is known color: Mandy. HEX triplet: C0, 50 and 55. RGB value is (192,80,85). Sum of RGB (Red+Green+Blue) = 192+80+85=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C05055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05055 is #3FAFAA. Grayscale: #727272. Windows color (decimal): -4173739 or 5591232. OLE color: 5591232.
HSL color Cylindrical-coordinate representation of color #C05055: hue angle of 357.32º 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 #C05055 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 85 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.25 |
| HSL | 357.32º | 0.47% | 0.53% | - |
| HSV(B) | 357.32º | 0.58% | 0.75% | - |
| XYZ | 26.25 | 17.6 | 10.61 | - |
| YUV | 114.06 | 111.61 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 85 | 0 | 0.58 | 0.56 | 0.25 | 357.32 | 0.47 | 0.53 |
| Hex | C0 | 50 | 55 | 0 | 3A | 38 | 19 | 165 | 2F | 35 |
| Octal | 300 | 120 | 125 | 0 | 72 | 70 | 31 | 545 | 57 | 65 |
| Binary | 11000000 | 1010000 | 1010101 | 0 | 111010 | 111000 | 11001 | 101100101 | 101111 | 110101 |
Color Harmonies of #C05055
Complementary color
Monochromatic Colors of #C05055
Black with #C05055
Text Example
Text Example
White with #C05055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05055; }
p { color: rgb(192,80,85); }
H1.HeaderClassName
{
color: #C05055;
}
.AnyTagClassName
{
color: #C05055;
}
</style>
background-color css
<style>
a { background-color: #C05055; }
a { background-color: rgb(192,80,85); }
div.DivClassName
{
background-color: #C05055;
}
.BgClassName
{
background-color: #C05055;
}
</style>
border-color css
<style>
span { border-color: #C05055; }
span { border-color: rgb(192,80,85); }
td.TdClassName
{
border-color: #C05055;
}
.TagClassName
{
border-color: #C05055;
}
</style>