Shades of Mandy #C0575C
Tints of Mandy #C0575C
RGB
CMYK
RGB Variations
Color information
#C0575C (or 0xC0575C) is known color: Mandy. HEX triplet: C0, 57 and 5C. RGB value is (192,87,92). Sum of RGB (Red+Green+Blue) = 192+87+92=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0575C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0575C is #3FA8A3. Grayscale: #777777. Windows color (decimal): -4171940 or 6051776. OLE color: 6051776.
HSL color Cylindrical-coordinate representation of color #C0575C: hue angle of 357.14º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0575C is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 92 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.25 |
| HSL | 357.14º | 0.45% | 0.55% | - |
| HSV(B) | 357.14º | 0.55% | 0.75% | - |
| XYZ | 27.08 | 18.8 | 12.33 | - |
| YUV | 118.97 | 112.79 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 92 | 0 | 0.55 | 0.52 | 0.25 | 357.14 | 0.45 | 0.55 |
| Hex | C0 | 57 | 5C | 0 | 37 | 34 | 19 | 165 | 2D | 37 |
| Octal | 300 | 127 | 134 | 0 | 67 | 64 | 31 | 545 | 55 | 67 |
| Binary | 11000000 | 1010111 | 1011100 | 0 | 110111 | 110100 | 11001 | 101100101 | 101101 | 110111 |
Color Harmonies of #C0575C
Complementary color
Monochromatic Colors of #C0575C
Black with #C0575C
Text Example
Text Example
White with #C0575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0575C; }
p { color: rgb(192,87,92); }
H1.HeaderClassName
{
color: #C0575C;
}
.AnyTagClassName
{
color: #C0575C;
}
</style>
background-color css
<style>
a { background-color: #C0575C; }
a { background-color: rgb(192,87,92); }
div.DivClassName
{
background-color: #C0575C;
}
.BgClassName
{
background-color: #C0575C;
}
</style>
border-color css
<style>
span { border-color: #C0575C; }
span { border-color: rgb(192,87,92); }
td.TdClassName
{
border-color: #C0575C;
}
.TagClassName
{
border-color: #C0575C;
}
</style>