Shades of Mandy #C0465A
Tints of Mandy #C0465A
RGB
CMYK
RGB Variations
Color information
#C0465A (or 0xC0465A) is known color: Mandy. HEX triplet: C0, 46 and 5A. RGB value is (192,70,90). Sum of RGB (Red+Green+Blue) = 192+70+90=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C0465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0465A is #3FB9A5. Grayscale: #6C6C6C. Windows color (decimal): -4176294 or 5916352. OLE color: 5916352.
HSL color Cylindrical-coordinate representation of color #C0465A: hue angle of 350.16º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0465A is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 90 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.25 |
| HSL | 350.16º | 0.49% | 0.51% | - |
| HSV(B) | 350.16º | 0.64% | 0.75% | - |
| XYZ | 25.77 | 16.32 | 11.47 | - |
| YUV | 108.76 | 117.42 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 90 | 0 | 0.64 | 0.53 | 0.25 | 350.16 | 0.49 | 0.51 |
| Hex | C0 | 46 | 5A | 0 | 40 | 35 | 19 | 15E | 31 | 33 |
| Octal | 300 | 106 | 132 | 0 | 100 | 65 | 31 | 536 | 61 | 63 |
| Binary | 11000000 | 1000110 | 1011010 | 0 | 1000000 | 110101 | 11001 | 101011110 | 110001 | 110011 |
Color Harmonies of #C0465A
Complementary color
Monochromatic Colors of #C0465A
Black with #C0465A
Text Example
Text Example
White with #C0465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0465A; }
p { color: rgb(192,70,90); }
H1.HeaderClassName
{
color: #C0465A;
}
.AnyTagClassName
{
color: #C0465A;
}
</style>
background-color css
<style>
a { background-color: #C0465A; }
a { background-color: rgb(192,70,90); }
div.DivClassName
{
background-color: #C0465A;
}
.BgClassName
{
background-color: #C0465A;
}
</style>
border-color css
<style>
span { border-color: #C0465A; }
span { border-color: rgb(192,70,90); }
td.TdClassName
{
border-color: #C0465A;
}
.TagClassName
{
border-color: #C0465A;
}
</style>