Shades of Mandy #C25D64
Tints of Mandy #C25D64
RGB
CMYK
RGB Variations
Color information
#C25D64 (or 0xC25D64) is known color: Mandy. HEX triplet: C2, 5D and 64. RGB value is (194,93,100). Sum of RGB (Red+Green+Blue) = 194+93+100=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25D64 is #3DA29B. Grayscale: #7C7C7C. Windows color (decimal): -4039324 or 6577602. OLE color: 6577602.
HSL color Cylindrical-coordinate representation of color #C25D64: hue angle of 355.84º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C25D64 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 93 | 100 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.24 |
| HSL | 355.84º | 0.45% | 0.56% | - |
| HSV(B) | 355.84º | 0.52% | 0.76% | - |
| XYZ | 28.46 | 20.22 | 14.46 | - |
| YUV | 124 | 114.46 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 100 | 0 | 0.52 | 0.48 | 0.24 | 355.84 | 0.45 | 0.56 |
| Hex | C2 | 5D | 64 | 0 | 34 | 30 | 18 | 164 | 2D | 38 |
| Octal | 302 | 135 | 144 | 0 | 64 | 60 | 30 | 544 | 55 | 70 |
| Binary | 11000010 | 1011101 | 1100100 | 0 | 110100 | 110000 | 11000 | 101100100 | 101101 | 111000 |
Color Harmonies of #C25D64
Complementary color
Monochromatic Colors of #C25D64
Black with #C25D64
Text Example
Text Example
White with #C25D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25D64; }
p { color: rgb(194,93,100); }
H1.HeaderClassName
{
color: #C25D64;
}
.AnyTagClassName
{
color: #C25D64;
}
</style>
background-color css
<style>
a { background-color: #C25D64; }
a { background-color: rgb(194,93,100); }
div.DivClassName
{
background-color: #C25D64;
}
.BgClassName
{
background-color: #C25D64;
}
</style>
border-color css
<style>
span { border-color: #C25D64; }
span { border-color: rgb(194,93,100); }
td.TdClassName
{
border-color: #C25D64;
}
.TagClassName
{
border-color: #C25D64;
}
</style>