Shades of Mandy #C05258
Tints of Mandy #C05258
RGB
CMYK
RGB Variations
Color information
#C05258 (or 0xC05258) is known color: Mandy. HEX triplet: C0, 52 and 58. RGB value is (192,82,88). Sum of RGB (Red+Green+Blue) = 192+82+88=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C05258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05258 is #3FADA7. Grayscale: #737373. Windows color (decimal): -4173224 or 5788352. OLE color: 5788352.
HSL color Cylindrical-coordinate representation of color #C05258: hue angle of 356.73º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05258 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 88 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.25 |
| HSL | 356.73º | 0.47% | 0.54% | - |
| HSV(B) | 356.73º | 0.57% | 0.75% | - |
| XYZ | 26.52 | 17.95 | 11.3 | - |
| YUV | 115.57 | 112.44 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 88 | 0 | 0.57 | 0.54 | 0.25 | 356.73 | 0.47 | 0.54 |
| Hex | C0 | 52 | 58 | 0 | 39 | 36 | 19 | 165 | 2F | 36 |
| Octal | 300 | 122 | 130 | 0 | 71 | 66 | 31 | 545 | 57 | 66 |
| Binary | 11000000 | 1010010 | 1011000 | 0 | 111001 | 110110 | 11001 | 101100101 | 101111 | 110110 |
Color Harmonies of #C05258
Complementary color
Monochromatic Colors of #C05258
Black with #C05258
Text Example
Text Example
White with #C05258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05258; }
p { color: rgb(192,82,88); }
H1.HeaderClassName
{
color: #C05258;
}
.AnyTagClassName
{
color: #C05258;
}
</style>
background-color css
<style>
a { background-color: #C05258; }
a { background-color: rgb(192,82,88); }
div.DivClassName
{
background-color: #C05258;
}
.BgClassName
{
background-color: #C05258;
}
</style>
border-color css
<style>
span { border-color: #C05258; }
span { border-color: rgb(192,82,88); }
td.TdClassName
{
border-color: #C05258;
}
.TagClassName
{
border-color: #C05258;
}
</style>