Shades of Mandy #C0485B
Tints of Mandy #C0485B
RGB
CMYK
RGB Variations
Color information
#C0485B (or 0xC0485B) is known color: Mandy. HEX triplet: C0, 48 and 5B. RGB value is (192,72,91). Sum of RGB (Red+Green+Blue) = 192+72+91=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0485B is #3FB7A4. Grayscale: #6E6E6E. Windows color (decimal): -4175781 or 5982400. OLE color: 5982400.
HSL color Cylindrical-coordinate representation of color #C0485B: hue angle of 350.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0485B is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 91 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.25 |
| HSL | 350.5º | 0.49% | 0.52% | - |
| HSV(B) | 350.5º | 0.63% | 0.75% | - |
| XYZ | 25.94 | 16.6 | 11.73 | - |
| YUV | 110.05 | 117.26 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 91 | 0 | 0.63 | 0.53 | 0.25 | 350.5 | 0.49 | 0.52 |
| Hex | C0 | 48 | 5B | 0 | 3F | 35 | 19 | 15E | 31 | 34 |
| Octal | 300 | 110 | 133 | 0 | 77 | 65 | 31 | 536 | 61 | 64 |
| Binary | 11000000 | 1001000 | 1011011 | 0 | 111111 | 110101 | 11001 | 101011110 | 110001 | 110100 |
Color Harmonies of #C0485B
Complementary color
Monochromatic Colors of #C0485B
Black with #C0485B
Text Example
Text Example
White with #C0485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0485B; }
p { color: rgb(192,72,91); }
H1.HeaderClassName
{
color: #C0485B;
}
.AnyTagClassName
{
color: #C0485B;
}
</style>
background-color css
<style>
a { background-color: #C0485B; }
a { background-color: rgb(192,72,91); }
div.DivClassName
{
background-color: #C0485B;
}
.BgClassName
{
background-color: #C0485B;
}
</style>
border-color css
<style>
span { border-color: #C0485B; }
span { border-color: rgb(192,72,91); }
td.TdClassName
{
border-color: #C0485B;
}
.TagClassName
{
border-color: #C0485B;
}
</style>