Shades of Mandy #C05D5E
Tints of Mandy #C05D5E
RGB
CMYK
RGB Variations
Color information
#C05D5E (or 0xC05D5E) is known color: Mandy. HEX triplet: C0, 5D and 5E. RGB value is (192,93,94). Sum of RGB (Red+Green+Blue) = 192+93+94=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05D5E is #3FA2A1. Grayscale: #7A7A7A. Windows color (decimal): -4170402 or 6184384. OLE color: 6184384.
HSL color Cylindrical-coordinate representation of color #C05D5E: hue angle of 359.39º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05D5E is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 94 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.25 |
| HSL | 359.39º | 0.44% | 0.56% | - |
| HSV(B) | 359.39º | 0.52% | 0.75% | - |
| XYZ | 27.67 | 19.84 | 12.96 | - |
| YUV | 122.72 | 111.8 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 94 | 0 | 0.52 | 0.51 | 0.25 | 359.39 | 0.44 | 0.56 |
| Hex | C0 | 5D | 5E | 0 | 34 | 33 | 19 | 167 | 2C | 38 |
| Octal | 300 | 135 | 136 | 0 | 64 | 63 | 31 | 547 | 54 | 70 |
| Binary | 11000000 | 1011101 | 1011110 | 0 | 110100 | 110011 | 11001 | 101100111 | 101100 | 111000 |
Color Harmonies of #C05D5E
Complementary color
Monochromatic Colors of #C05D5E
Black with #C05D5E
Text Example
Text Example
White with #C05D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05D5E; }
p { color: rgb(192,93,94); }
H1.HeaderClassName
{
color: #C05D5E;
}
.AnyTagClassName
{
color: #C05D5E;
}
</style>
background-color css
<style>
a { background-color: #C05D5E; }
a { background-color: rgb(192,93,94); }
div.DivClassName
{
background-color: #C05D5E;
}
.BgClassName
{
background-color: #C05D5E;
}
</style>
border-color css
<style>
span { border-color: #C05D5E; }
span { border-color: rgb(192,93,94); }
td.TdClassName
{
border-color: #C05D5E;
}
.TagClassName
{
border-color: #C05D5E;
}
</style>