Shades of Mandy #C2505C
Tints of Mandy #C2505C
RGB
CMYK
RGB Variations
Color information
#C2505C (or 0xC2505C) is known color: Mandy. HEX triplet: C2, 50 and 5C. RGB value is (194,80,92). Sum of RGB (Red+Green+Blue) = 194+80+92=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C2505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2505C is #3DAFA3. Grayscale: #737373. Windows color (decimal): -4042660 or 6049986. OLE color: 6049986.
HSL color Cylindrical-coordinate representation of color #C2505C: hue angle of 353.68º 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 #C2505C is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 92 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.24 |
| HSL | 353.68º | 0.48% | 0.54% | - |
| HSV(B) | 353.68º | 0.59% | 0.76% | - |
| XYZ | 27.05 | 17.98 | 12.17 | - |
| YUV | 115.45 | 114.77 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 92 | 0 | 0.59 | 0.53 | 0.24 | 353.68 | 0.48 | 0.54 |
| Hex | C2 | 50 | 5C | 0 | 3B | 35 | 18 | 162 | 30 | 36 |
| Octal | 302 | 120 | 134 | 0 | 73 | 65 | 30 | 542 | 60 | 66 |
| Binary | 11000010 | 1010000 | 1011100 | 0 | 111011 | 110101 | 11000 | 101100010 | 110000 | 110110 |
Color Harmonies of #C2505C
Complementary color
Monochromatic Colors of #C2505C
Black with #C2505C
Text Example
Text Example
White with #C2505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2505C; }
p { color: rgb(194,80,92); }
H1.HeaderClassName
{
color: #C2505C;
}
.AnyTagClassName
{
color: #C2505C;
}
</style>
background-color css
<style>
a { background-color: #C2505C; }
a { background-color: rgb(194,80,92); }
div.DivClassName
{
background-color: #C2505C;
}
.BgClassName
{
background-color: #C2505C;
}
</style>
border-color css
<style>
span { border-color: #C2505C; }
span { border-color: rgb(194,80,92); }
td.TdClassName
{
border-color: #C2505C;
}
.TagClassName
{
border-color: #C2505C;
}
</style>