Shades of Mandy #C2505D
Tints of Mandy #C2505D
RGB
CMYK
RGB Variations
Color information
#C2505D (or 0xC2505D) is known color: Mandy. HEX triplet: C2, 50 and 5D. RGB value is (194,80,93). Sum of RGB (Red+Green+Blue) = 194+80+93=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C2505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2505D is #3DAFA2. Grayscale: #737373. Windows color (decimal): -4042659 or 6115522. OLE color: 6115522.
HSL color Cylindrical-coordinate representation of color #C2505D: hue angle of 353.16º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2505D is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 93 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.24 |
| HSL | 353.16º | 0.48% | 0.54% | - |
| HSV(B) | 353.16º | 0.59% | 0.76% | - |
| XYZ | 27.09 | 18 | 12.4 | - |
| YUV | 115.57 | 115.27 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 93 | 0 | 0.59 | 0.52 | 0.24 | 353.16 | 0.48 | 0.54 |
| Hex | C2 | 50 | 5D | 0 | 3B | 34 | 18 | 161 | 30 | 36 |
| Octal | 302 | 120 | 135 | 0 | 73 | 64 | 30 | 541 | 60 | 66 |
| Binary | 11000010 | 1010000 | 1011101 | 0 | 111011 | 110100 | 11000 | 101100001 | 110000 | 110110 |
Color Harmonies of #C2505D
Complementary color
Monochromatic Colors of #C2505D
Black with #C2505D
Text Example
Text Example
White with #C2505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2505D; }
p { color: rgb(194,80,93); }
H1.HeaderClassName
{
color: #C2505D;
}
.AnyTagClassName
{
color: #C2505D;
}
</style>
background-color css
<style>
a { background-color: #C2505D; }
a { background-color: rgb(194,80,93); }
div.DivClassName
{
background-color: #C2505D;
}
.BgClassName
{
background-color: #C2505D;
}
</style>
border-color css
<style>
span { border-color: #C2505D; }
span { border-color: rgb(194,80,93); }
td.TdClassName
{
border-color: #C2505D;
}
.TagClassName
{
border-color: #C2505D;
}
</style>