Shades of Mandy #C25A5D
Tints of Mandy #C25A5D
RGB
CMYK
RGB Variations
Color information
#C25A5D (or 0xC25A5D) is known color: Mandy. HEX triplet: C2, 5A and 5D. RGB value is (194,90,93). Sum of RGB (Red+Green+Blue) = 194+90+93=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25A5D is #3DA5A2. Grayscale: #797979. Windows color (decimal): -4040099 or 6118082. OLE color: 6118082.
HSL color Cylindrical-coordinate representation of color #C25A5D: hue angle of 358.27º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25A5D is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 93 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.24 |
| HSL | 358.27º | 0.46% | 0.56% | - |
| HSV(B) | 358.27º | 0.54% | 0.76% | - |
| XYZ | 27.88 | 19.57 | 12.66 | - |
| YUV | 121.44 | 111.96 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 93 | 0 | 0.54 | 0.52 | 0.24 | 358.27 | 0.46 | 0.56 |
| Hex | C2 | 5A | 5D | 0 | 36 | 34 | 18 | 166 | 2E | 38 |
| Octal | 302 | 132 | 135 | 0 | 66 | 64 | 30 | 546 | 56 | 70 |
| Binary | 11000010 | 1011010 | 1011101 | 0 | 110110 | 110100 | 11000 | 101100110 | 101110 | 111000 |
Color Harmonies of #C25A5D
Complementary color
Monochromatic Colors of #C25A5D
Black with #C25A5D
Text Example
Text Example
White with #C25A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25A5D; }
p { color: rgb(194,90,93); }
H1.HeaderClassName
{
color: #C25A5D;
}
.AnyTagClassName
{
color: #C25A5D;
}
</style>
background-color css
<style>
a { background-color: #C25A5D; }
a { background-color: rgb(194,90,93); }
div.DivClassName
{
background-color: #C25A5D;
}
.BgClassName
{
background-color: #C25A5D;
}
</style>
border-color css
<style>
span { border-color: #C25A5D; }
span { border-color: rgb(194,90,93); }
td.TdClassName
{
border-color: #C25A5D;
}
.TagClassName
{
border-color: #C25A5D;
}
</style>