Shades of Mandy #C25F62
Tints of Mandy #C25F62
RGB
CMYK
RGB Variations
Color information
#C25F62 (or 0xC25F62) is known color: Mandy. HEX triplet: C2, 5F and 62. RGB value is (194,95,98). Sum of RGB (Red+Green+Blue) = 194+95+98=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F62 is #3DA09D. Grayscale: #7D7D7D. Windows color (decimal): -4038814 or 6447042. OLE color: 6447042.
HSL color Cylindrical-coordinate representation of color #C25F62: hue angle of 358.18º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C25F62 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 98 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.24 |
| HSL | 358.18º | 0.45% | 0.57% | - |
| HSV(B) | 358.18º | 0.51% | 0.76% | - |
| XYZ | 28.54 | 20.54 | 14.01 | - |
| YUV | 124.94 | 112.8 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 98 | 0 | 0.51 | 0.49 | 0.24 | 358.18 | 0.45 | 0.57 |
| Hex | C2 | 5F | 62 | 0 | 33 | 31 | 18 | 166 | 2D | 39 |
| Octal | 302 | 137 | 142 | 0 | 63 | 61 | 30 | 546 | 55 | 71 |
| Binary | 11000010 | 1011111 | 1100010 | 0 | 110011 | 110001 | 11000 | 101100110 | 101101 | 111001 |
Color Harmonies of #C25F62
Complementary color
Monochromatic Colors of #C25F62
Black with #C25F62
Text Example
Text Example
White with #C25F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25F62; }
p { color: rgb(194,95,98); }
H1.HeaderClassName
{
color: #C25F62;
}
.AnyTagClassName
{
color: #C25F62;
}
</style>
background-color css
<style>
a { background-color: #C25F62; }
a { background-color: rgb(194,95,98); }
div.DivClassName
{
background-color: #C25F62;
}
.BgClassName
{
background-color: #C25F62;
}
</style>
border-color css
<style>
span { border-color: #C25F62; }
span { border-color: rgb(194,95,98); }
td.TdClassName
{
border-color: #C25F62;
}
.TagClassName
{
border-color: #C25F62;
}
</style>