Shades of Mandy #C05256
Tints of Mandy #C05256
RGB
CMYK
RGB Variations
Color information
#C05256 (or 0xC05256) is known color: Mandy. HEX triplet: C0, 52 and 56. RGB value is (192,82,86). Sum of RGB (Red+Green+Blue) = 192+82+86=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C05256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05256 is #3FADA9. Grayscale: #737373. Windows color (decimal): -4173226 or 5657280. OLE color: 5657280.
HSL color Cylindrical-coordinate representation of color #C05256: hue angle of 357.82º 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 #C05256 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 86 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.25 |
| HSL | 357.82º | 0.47% | 0.54% | - |
| HSV(B) | 357.82º | 0.57% | 0.75% | - |
| XYZ | 26.44 | 17.91 | 10.87 | - |
| YUV | 115.35 | 111.44 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 86 | 0 | 0.57 | 0.55 | 0.25 | 357.82 | 0.47 | 0.54 |
| Hex | C0 | 52 | 56 | 0 | 39 | 37 | 19 | 166 | 2F | 36 |
| Octal | 300 | 122 | 126 | 0 | 71 | 67 | 31 | 546 | 57 | 66 |
| Binary | 11000000 | 1010010 | 1010110 | 0 | 111001 | 110111 | 11001 | 101100110 | 101111 | 110110 |
Color Harmonies of #C05256
Complementary color
Monochromatic Colors of #C05256
Black with #C05256
Text Example
Text Example
White with #C05256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05256; }
p { color: rgb(192,82,86); }
H1.HeaderClassName
{
color: #C05256;
}
.AnyTagClassName
{
color: #C05256;
}
</style>
background-color css
<style>
a { background-color: #C05256; }
a { background-color: rgb(192,82,86); }
div.DivClassName
{
background-color: #C05256;
}
.BgClassName
{
background-color: #C05256;
}
</style>
border-color css
<style>
span { border-color: #C05256; }
span { border-color: rgb(192,82,86); }
td.TdClassName
{
border-color: #C05256;
}
.TagClassName
{
border-color: #C05256;
}
</style>