Shades of Mandy #C05C5E
Tints of Mandy #C05C5E
RGB
CMYK
RGB Variations
Color information
#C05C5E (or 0xC05C5E) is known color: Mandy. HEX triplet: C0, 5C and 5E. RGB value is (192,92,94). Sum of RGB (Red+Green+Blue) = 192+92+94=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05C5E is #3FA3A1. Grayscale: #7A7A7A. Windows color (decimal): -4170658 or 6184128. OLE color: 6184128.
HSL color Cylindrical-coordinate representation of color #C05C5E: hue angle of 358.8º 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 #C05C5E is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 94 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.25 |
| HSL | 358.8º | 0.44% | 0.56% | - |
| HSV(B) | 358.8º | 0.52% | 0.75% | - |
| XYZ | 27.59 | 19.67 | 12.93 | - |
| YUV | 122.13 | 112.13 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 94 | 0 | 0.52 | 0.51 | 0.25 | 358.8 | 0.44 | 0.56 |
| Hex | C0 | 5C | 5E | 0 | 34 | 33 | 19 | 167 | 2C | 38 |
| Octal | 300 | 134 | 136 | 0 | 64 | 63 | 31 | 547 | 54 | 70 |
| Binary | 11000000 | 1011100 | 1011110 | 0 | 110100 | 110011 | 11001 | 101100111 | 101100 | 111000 |
Color Harmonies of #C05C5E
Complementary color
Monochromatic Colors of #C05C5E
Black with #C05C5E
Text Example
Text Example
White with #C05C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C5E; }
p { color: rgb(192,92,94); }
H1.HeaderClassName
{
color: #C05C5E;
}
.AnyTagClassName
{
color: #C05C5E;
}
</style>
background-color css
<style>
a { background-color: #C05C5E; }
a { background-color: rgb(192,92,94); }
div.DivClassName
{
background-color: #C05C5E;
}
.BgClassName
{
background-color: #C05C5E;
}
</style>
border-color css
<style>
span { border-color: #C05C5E; }
span { border-color: rgb(192,92,94); }
td.TdClassName
{
border-color: #C05C5E;
}
.TagClassName
{
border-color: #C05C5E;
}
</style>