Shades of Mandy #C2505A
Tints of Mandy #C2505A
RGB
CMYK
RGB Variations
Color information
#C2505A (or 0xC2505A) is known color: Mandy. HEX triplet: C2, 50 and 5A. RGB value is (194,80,90). Sum of RGB (Red+Green+Blue) = 194+80+90=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C2505A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2505A is #3DAFA5. Grayscale: #737373. Windows color (decimal): -4042662 or 5918914. OLE color: 5918914.
HSL color Cylindrical-coordinate representation of color #C2505A: hue angle of 354.74º 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 #C2505A is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 90 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.24 |
| HSL | 354.74º | 0.48% | 0.54% | - |
| HSV(B) | 354.74º | 0.59% | 0.76% | - |
| XYZ | 26.96 | 17.94 | 11.72 | - |
| YUV | 115.23 | 113.77 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 90 | 0 | 0.59 | 0.54 | 0.24 | 354.74 | 0.48 | 0.54 |
| Hex | C2 | 50 | 5A | 0 | 3B | 36 | 18 | 163 | 30 | 36 |
| Octal | 302 | 120 | 132 | 0 | 73 | 66 | 30 | 543 | 60 | 66 |
| Binary | 11000010 | 1010000 | 1011010 | 0 | 111011 | 110110 | 11000 | 101100011 | 110000 | 110110 |
Color Harmonies of #C2505A
Complementary color
Monochromatic Colors of #C2505A
Black with #C2505A
Text Example
Text Example
White with #C2505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2505A; }
p { color: rgb(194,80,90); }
H1.HeaderClassName
{
color: #C2505A;
}
.AnyTagClassName
{
color: #C2505A;
}
</style>
background-color css
<style>
a { background-color: #C2505A; }
a { background-color: rgb(194,80,90); }
div.DivClassName
{
background-color: #C2505A;
}
.BgClassName
{
background-color: #C2505A;
}
</style>
border-color css
<style>
span { border-color: #C2505A; }
span { border-color: rgb(194,80,90); }
td.TdClassName
{
border-color: #C2505A;
}
.TagClassName
{
border-color: #C2505A;
}
</style>