Shades of Mandy #C2555E
Tints of Mandy #C2555E
RGB
CMYK
RGB Variations
Color information
#C2555E (or 0xC2555E) is known color: Mandy. HEX triplet: C2, 55 and 5E. RGB value is (194,85,94). Sum of RGB (Red+Green+Blue) = 194+85+94=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2555E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2555E is #3DAAA1. Grayscale: #767676. Windows color (decimal): -4041378 or 6182338. OLE color: 6182338.
HSL color Cylindrical-coordinate representation of color #C2555E: hue angle of 355.05º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2555E is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 85 | 94 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.24 |
| HSL | 355.05º | 0.47% | 0.55% | - |
| HSV(B) | 355.05º | 0.56% | 0.76% | - |
| XYZ | 27.52 | 18.77 | 12.76 | - |
| YUV | 118.62 | 114.11 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 94 | 0 | 0.56 | 0.52 | 0.24 | 355.05 | 0.47 | 0.55 |
| Hex | C2 | 55 | 5E | 0 | 38 | 34 | 18 | 163 | 2F | 37 |
| Octal | 302 | 125 | 136 | 0 | 70 | 64 | 30 | 543 | 57 | 67 |
| Binary | 11000010 | 1010101 | 1011110 | 0 | 111000 | 110100 | 11000 | 101100011 | 101111 | 110111 |
Color Harmonies of #C2555E
Complementary color
Monochromatic Colors of #C2555E
Black with #C2555E
Text Example
Text Example
White with #C2555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2555E; }
p { color: rgb(194,85,94); }
H1.HeaderClassName
{
color: #C2555E;
}
.AnyTagClassName
{
color: #C2555E;
}
</style>
background-color css
<style>
a { background-color: #C2555E; }
a { background-color: rgb(194,85,94); }
div.DivClassName
{
background-color: #C2555E;
}
.BgClassName
{
background-color: #C2555E;
}
</style>
border-color css
<style>
span { border-color: #C2555E; }
span { border-color: rgb(194,85,94); }
td.TdClassName
{
border-color: #C2555E;
}
.TagClassName
{
border-color: #C2555E;
}
</style>