Shades of Mandy #C2415A
Tints of Mandy #C2415A
RGB
CMYK
RGB Variations
Color information
#C2415A (or 0xC2415A) is known color: Mandy. HEX triplet: C2, 41 and 5A. RGB value is (194,65,90). Sum of RGB (Red+Green+Blue) = 194+65+90=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C2415A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2415A is #3DBEA5. Grayscale: #6A6A6A. Windows color (decimal): -4046502 or 5915074. OLE color: 5915074.
HSL color Cylindrical-coordinate representation of color #C2415A: hue angle of 348.37º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2415A is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 90 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.24 |
| HSL | 348.37º | 0.51% | 0.51% | - |
| HSV(B) | 348.37º | 0.66% | 0.76% | - |
| XYZ | 25.98 | 15.99 | 11.39 | - |
| YUV | 106.42 | 118.74 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 90 | 0 | 0.66 | 0.54 | 0.24 | 348.37 | 0.51 | 0.51 |
| Hex | C2 | 41 | 5A | 0 | 42 | 36 | 18 | 15C | 33 | 33 |
| Octal | 302 | 101 | 132 | 0 | 102 | 66 | 30 | 534 | 63 | 63 |
| Binary | 11000010 | 1000001 | 1011010 | 0 | 1000010 | 110110 | 11000 | 101011100 | 110011 | 110011 |
Color Harmonies of #C2415A
Complementary color
Monochromatic Colors of #C2415A
Black with #C2415A
Text Example
Text Example
White with #C2415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2415A; }
p { color: rgb(194,65,90); }
H1.HeaderClassName
{
color: #C2415A;
}
.AnyTagClassName
{
color: #C2415A;
}
</style>
background-color css
<style>
a { background-color: #C2415A; }
a { background-color: rgb(194,65,90); }
div.DivClassName
{
background-color: #C2415A;
}
.BgClassName
{
background-color: #C2415A;
}
</style>
border-color css
<style>
span { border-color: #C2415A; }
span { border-color: rgb(194,65,90); }
td.TdClassName
{
border-color: #C2415A;
}
.TagClassName
{
border-color: #C2415A;
}
</style>