Shades of Mandy #C0525F
Tints of Mandy #C0525F
RGB
CMYK
RGB Variations
Color information
#C0525F (or 0xC0525F) is known color: Mandy. HEX triplet: C0, 52 and 5F. RGB value is (192,82,95). Sum of RGB (Red+Green+Blue) = 192+82+95=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0525F is #3FADA0. Grayscale: #747474. Windows color (decimal): -4173217 or 6247104. OLE color: 6247104.
HSL color Cylindrical-coordinate representation of color #C0525F: hue angle of 352.91º 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 #C0525F is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 95 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.25 |
| HSL | 352.91º | 0.47% | 0.54% | - |
| HSV(B) | 352.91º | 0.57% | 0.75% | - |
| XYZ | 26.82 | 18.07 | 12.9 | - |
| YUV | 116.37 | 115.94 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 95 | 0 | 0.57 | 0.51 | 0.25 | 352.91 | 0.47 | 0.54 |
| Hex | C0 | 52 | 5F | 0 | 39 | 33 | 19 | 161 | 2F | 36 |
| Octal | 300 | 122 | 137 | 0 | 71 | 63 | 31 | 541 | 57 | 66 |
| Binary | 11000000 | 1010010 | 1011111 | 0 | 111001 | 110011 | 11001 | 101100001 | 101111 | 110110 |
Color Harmonies of #C0525F
Complementary color
Monochromatic Colors of #C0525F
Black with #C0525F
Text Example
Text Example
White with #C0525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0525F; }
p { color: rgb(192,82,95); }
H1.HeaderClassName
{
color: #C0525F;
}
.AnyTagClassName
{
color: #C0525F;
}
</style>
background-color css
<style>
a { background-color: #C0525F; }
a { background-color: rgb(192,82,95); }
div.DivClassName
{
background-color: #C0525F;
}
.BgClassName
{
background-color: #C0525F;
}
</style>
border-color css
<style>
span { border-color: #C0525F; }
span { border-color: rgb(192,82,95); }
td.TdClassName
{
border-color: #C0525F;
}
.TagClassName
{
border-color: #C0525F;
}
</style>