Shades of Mandy #C2465B
Tints of Mandy #C2465B
RGB
CMYK
RGB Variations
Color information
#C2465B (or 0xC2465B) is known color: Mandy. HEX triplet: C2, 46 and 5B. RGB value is (194,70,91). Sum of RGB (Red+Green+Blue) = 194+70+91=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C2465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2465B is #3DB9A4. Grayscale: #6D6D6D. Windows color (decimal): -4045221 or 5981890. OLE color: 5981890.
HSL color Cylindrical-coordinate representation of color #C2465B: hue angle of 349.84º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2465B is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 91 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.24 |
| HSL | 349.84º | 0.5% | 0.52% | - |
| HSV(B) | 349.84º | 0.64% | 0.76% | - |
| XYZ | 26.33 | 16.6 | 11.72 | - |
| YUV | 109.47 | 117.58 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 91 | 0 | 0.64 | 0.53 | 0.24 | 349.84 | 0.5 | 0.52 |
| Hex | C2 | 46 | 5B | 0 | 40 | 35 | 18 | 15E | 32 | 34 |
| Octal | 302 | 106 | 133 | 0 | 100 | 65 | 30 | 536 | 62 | 64 |
| Binary | 11000010 | 1000110 | 1011011 | 0 | 1000000 | 110101 | 11000 | 101011110 | 110010 | 110100 |
Color Harmonies of #C2465B
Complementary color
Monochromatic Colors of #C2465B
Black with #C2465B
Text Example
Text Example
White with #C2465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2465B; }
p { color: rgb(194,70,91); }
H1.HeaderClassName
{
color: #C2465B;
}
.AnyTagClassName
{
color: #C2465B;
}
</style>
background-color css
<style>
a { background-color: #C2465B; }
a { background-color: rgb(194,70,91); }
div.DivClassName
{
background-color: #C2465B;
}
.BgClassName
{
background-color: #C2465B;
}
</style>
border-color css
<style>
span { border-color: #C2465B; }
span { border-color: rgb(194,70,91); }
td.TdClassName
{
border-color: #C2465B;
}
.TagClassName
{
border-color: #C2465B;
}
</style>