Shades of Mandy #C0545A
Tints of Mandy #C0545A
RGB
CMYK
RGB Variations
Color information
#C0545A (or 0xC0545A) is known color: Mandy. HEX triplet: C0, 54 and 5A. RGB value is (192,84,90). Sum of RGB (Red+Green+Blue) = 192+84+90=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C0545A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0545A is #3FABA5. Grayscale: #757575. Windows color (decimal): -4172710 or 5919936. OLE color: 5919936.
HSL color Cylindrical-coordinate representation of color #C0545A: hue angle of 356.67º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0545A is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 90 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.25 |
| HSL | 356.67º | 0.46% | 0.54% | - |
| HSV(B) | 356.67º | 0.56% | 0.75% | - |
| XYZ | 26.75 | 18.29 | 11.79 | - |
| YUV | 116.98 | 112.78 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 90 | 0 | 0.56 | 0.53 | 0.25 | 356.67 | 0.46 | 0.54 |
| Hex | C0 | 54 | 5A | 0 | 38 | 35 | 19 | 165 | 2E | 36 |
| Octal | 300 | 124 | 132 | 0 | 70 | 65 | 31 | 545 | 56 | 66 |
| Binary | 11000000 | 1010100 | 1011010 | 0 | 111000 | 110101 | 11001 | 101100101 | 101110 | 110110 |
Color Harmonies of #C0545A
Complementary color
Monochromatic Colors of #C0545A
Black with #C0545A
Text Example
Text Example
White with #C0545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0545A; }
p { color: rgb(192,84,90); }
H1.HeaderClassName
{
color: #C0545A;
}
.AnyTagClassName
{
color: #C0545A;
}
</style>
background-color css
<style>
a { background-color: #C0545A; }
a { background-color: rgb(192,84,90); }
div.DivClassName
{
background-color: #C0545A;
}
.BgClassName
{
background-color: #C0545A;
}
</style>
border-color css
<style>
span { border-color: #C0545A; }
span { border-color: rgb(192,84,90); }
td.TdClassName
{
border-color: #C0545A;
}
.TagClassName
{
border-color: #C0545A;
}
</style>