Shades of Mandy #C25C5D
Tints of Mandy #C25C5D
RGB
CMYK
RGB Variations
Color information
#C25C5D (or 0xC25C5D) is known color: Mandy. HEX triplet: C2, 5C and 5D. RGB value is (194,92,93). Sum of RGB (Red+Green+Blue) = 194+92+93=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25C5D is #3DA3A2. Grayscale: #7A7A7A. Windows color (decimal): -4039587 or 6118594. OLE color: 6118594.
HSL color Cylindrical-coordinate representation of color #C25C5D: hue angle of 359.41º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25C5D is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 93 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.24 |
| HSL | 359.41º | 0.46% | 0.56% | - |
| HSV(B) | 359.41º | 0.53% | 0.76% | - |
| XYZ | 28.05 | 19.91 | 12.72 | - |
| YUV | 122.61 | 111.29 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 93 | 0 | 0.53 | 0.52 | 0.24 | 359.41 | 0.46 | 0.56 |
| Hex | C2 | 5C | 5D | 0 | 35 | 34 | 18 | 167 | 2E | 38 |
| Octal | 302 | 134 | 135 | 0 | 65 | 64 | 30 | 547 | 56 | 70 |
| Binary | 11000010 | 1011100 | 1011101 | 0 | 110101 | 110100 | 11000 | 101100111 | 101110 | 111000 |
Color Harmonies of #C25C5D
Complementary color
Monochromatic Colors of #C25C5D
Black with #C25C5D
Text Example
Text Example
White with #C25C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C5D; }
p { color: rgb(194,92,93); }
H1.HeaderClassName
{
color: #C25C5D;
}
.AnyTagClassName
{
color: #C25C5D;
}
</style>
background-color css
<style>
a { background-color: #C25C5D; }
a { background-color: rgb(194,92,93); }
div.DivClassName
{
background-color: #C25C5D;
}
.BgClassName
{
background-color: #C25C5D;
}
</style>
border-color css
<style>
span { border-color: #C25C5D; }
span { border-color: rgb(194,92,93); }
td.TdClassName
{
border-color: #C25C5D;
}
.TagClassName
{
border-color: #C25C5D;
}
</style>