Shades of Mandy #C0525E
Tints of Mandy #C0525E
RGB
CMYK
RGB Variations
Color information
#C0525E (or 0xC0525E) is known color: Mandy. HEX triplet: C0, 52 and 5E. RGB value is (192,82,94). Sum of RGB (Red+Green+Blue) = 192+82+94=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0525E is #3FADA1. Grayscale: #747474. Windows color (decimal): -4173218 or 6181568. OLE color: 6181568.
HSL color Cylindrical-coordinate representation of color #C0525E: hue angle of 353.45º 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 #C0525E is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 94 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.25 |
| HSL | 353.45º | 0.47% | 0.54% | - |
| HSV(B) | 353.45º | 0.57% | 0.75% | - |
| XYZ | 26.78 | 18.05 | 12.66 | - |
| YUV | 116.26 | 115.44 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 94 | 0 | 0.57 | 0.51 | 0.25 | 353.45 | 0.47 | 0.54 |
| Hex | C0 | 52 | 5E | 0 | 39 | 33 | 19 | 161 | 2F | 36 |
| Octal | 300 | 122 | 136 | 0 | 71 | 63 | 31 | 541 | 57 | 66 |
| Binary | 11000000 | 1010010 | 1011110 | 0 | 111001 | 110011 | 11001 | 101100001 | 101111 | 110110 |
Color Harmonies of #C0525E
Complementary color
Monochromatic Colors of #C0525E
Black with #C0525E
Text Example
Text Example
White with #C0525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0525E; }
p { color: rgb(192,82,94); }
H1.HeaderClassName
{
color: #C0525E;
}
.AnyTagClassName
{
color: #C0525E;
}
</style>
background-color css
<style>
a { background-color: #C0525E; }
a { background-color: rgb(192,82,94); }
div.DivClassName
{
background-color: #C0525E;
}
.BgClassName
{
background-color: #C0525E;
}
</style>
border-color css
<style>
span { border-color: #C0525E; }
span { border-color: rgb(192,82,94); }
td.TdClassName
{
border-color: #C0525E;
}
.TagClassName
{
border-color: #C0525E;
}
</style>