Shades of Mandy #C25E65
Tints of Mandy #C25E65
RGB
CMYK
RGB Variations
Color information
#C25E65 (or 0xC25E65) is known color: Mandy. HEX triplet: C2, 5E and 65. RGB value is (194,94,101). Sum of RGB (Red+Green+Blue) = 194+94+101=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25E65 is #3DA19A. Grayscale: #7C7C7C. Windows color (decimal): -4039067 or 6643394. OLE color: 6643394.
HSL color Cylindrical-coordinate representation of color #C25E65: hue angle of 355.8º 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 #C25E65 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 94 | 101 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.24 |
| HSL | 355.8º | 0.45% | 0.56% | - |
| HSV(B) | 355.8º | 0.52% | 0.76% | - |
| XYZ | 28.6 | 20.41 | 14.74 | - |
| YUV | 124.7 | 114.63 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 101 | 0 | 0.52 | 0.48 | 0.24 | 355.8 | 0.45 | 0.56 |
| Hex | C2 | 5E | 65 | 0 | 34 | 30 | 18 | 164 | 2D | 38 |
| Octal | 302 | 136 | 145 | 0 | 64 | 60 | 30 | 544 | 55 | 70 |
| Binary | 11000010 | 1011110 | 1100101 | 0 | 110100 | 110000 | 11000 | 101100100 | 101101 | 111000 |
Color Harmonies of #C25E65
Complementary color
Monochromatic Colors of #C25E65
Black with #C25E65
Text Example
Text Example
White with #C25E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25E65; }
p { color: rgb(194,94,101); }
H1.HeaderClassName
{
color: #C25E65;
}
.AnyTagClassName
{
color: #C25E65;
}
</style>
background-color css
<style>
a { background-color: #C25E65; }
a { background-color: rgb(194,94,101); }
div.DivClassName
{
background-color: #C25E65;
}
.BgClassName
{
background-color: #C25E65;
}
</style>
border-color css
<style>
span { border-color: #C25E65; }
span { border-color: rgb(194,94,101); }
td.TdClassName
{
border-color: #C25E65;
}
.TagClassName
{
border-color: #C25E65;
}
</style>