Shades of Mandy #C05052
Tints of Mandy #C05052
RGB
CMYK
RGB Variations
Color information
#C05052 (or 0xC05052) is known color: Mandy. HEX triplet: C0, 50 and 52. RGB value is (192,80,82). Sum of RGB (Red+Green+Blue) = 192+80+82=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C05052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05052 is #3FAFAD. Grayscale: #717171. Windows color (decimal): -4173742 or 5394624. OLE color: 5394624.
HSL color Cylindrical-coordinate representation of color #C05052: hue angle of 358.93º 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 #C05052 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 82 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.25 |
| HSL | 358.93º | 0.47% | 0.53% | - |
| HSV(B) | 358.93º | 0.58% | 0.75% | - |
| XYZ | 26.13 | 17.55 | 9.99 | - |
| YUV | 113.72 | 110.11 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 82 | 0 | 0.58 | 0.57 | 0.25 | 358.93 | 0.47 | 0.53 |
| Hex | C0 | 50 | 52 | 0 | 3A | 39 | 19 | 167 | 2F | 35 |
| Octal | 300 | 120 | 122 | 0 | 72 | 71 | 31 | 547 | 57 | 65 |
| Binary | 11000000 | 1010000 | 1010010 | 0 | 111010 | 111001 | 11001 | 101100111 | 101111 | 110101 |
Color Harmonies of #C05052
Complementary color
Monochromatic Colors of #C05052
Black with #C05052
Text Example
Text Example
White with #C05052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05052; }
p { color: rgb(192,80,82); }
H1.HeaderClassName
{
color: #C05052;
}
.AnyTagClassName
{
color: #C05052;
}
</style>
background-color css
<style>
a { background-color: #C05052; }
a { background-color: rgb(192,80,82); }
div.DivClassName
{
background-color: #C05052;
}
.BgClassName
{
background-color: #C05052;
}
</style>
border-color css
<style>
span { border-color: #C05052; }
span { border-color: rgb(192,80,82); }
td.TdClassName
{
border-color: #C05052;
}
.TagClassName
{
border-color: #C05052;
}
</style>