Shades of Mandy #C2505B
Tints of Mandy #C2505B
RGB
CMYK
RGB Variations
Color information
#C2505B (or 0xC2505B) is known color: Mandy. HEX triplet: C2, 50 and 5B. RGB value is (194,80,91). Sum of RGB (Red+Green+Blue) = 194+80+91=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C2505B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2505B is #3DAFA4. Grayscale: #737373. Windows color (decimal): -4042661 or 5984450. OLE color: 5984450.
HSL color Cylindrical-coordinate representation of color #C2505B: hue angle of 354.21º 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 #C2505B is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 91 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.24 |
| HSL | 354.21º | 0.48% | 0.54% | - |
| HSV(B) | 354.21º | 0.59% | 0.76% | - |
| XYZ | 27.01 | 17.96 | 11.94 | - |
| YUV | 115.34 | 114.27 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 91 | 0 | 0.59 | 0.53 | 0.24 | 354.21 | 0.48 | 0.54 |
| Hex | C2 | 50 | 5B | 0 | 3B | 35 | 18 | 162 | 30 | 36 |
| Octal | 302 | 120 | 133 | 0 | 73 | 65 | 30 | 542 | 60 | 66 |
| Binary | 11000010 | 1010000 | 1011011 | 0 | 111011 | 110101 | 11000 | 101100010 | 110000 | 110110 |
Color Harmonies of #C2505B
Complementary color
Monochromatic Colors of #C2505B
Black with #C2505B
Text Example
Text Example
White with #C2505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2505B; }
p { color: rgb(194,80,91); }
H1.HeaderClassName
{
color: #C2505B;
}
.AnyTagClassName
{
color: #C2505B;
}
</style>
background-color css
<style>
a { background-color: #C2505B; }
a { background-color: rgb(194,80,91); }
div.DivClassName
{
background-color: #C2505B;
}
.BgClassName
{
background-color: #C2505B;
}
</style>
border-color css
<style>
span { border-color: #C2505B; }
span { border-color: rgb(194,80,91); }
td.TdClassName
{
border-color: #C2505B;
}
.TagClassName
{
border-color: #C2505B;
}
</style>