Shades of Mandy #C25F61
Tints of Mandy #C25F61
RGB
CMYK
RGB Variations
Color information
#C25F61 (or 0xC25F61) is known color: Mandy. HEX triplet: C2, 5F and 61. RGB value is (194,95,97). Sum of RGB (Red+Green+Blue) = 194+95+97=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F61 is #3DA09E. Grayscale: #7C7C7C. Windows color (decimal): -4038815 or 6381506. OLE color: 6381506.
HSL color Cylindrical-coordinate representation of color #C25F61: hue angle of 358.79º 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 #C25F61 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 97 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.24 |
| HSL | 358.79º | 0.45% | 0.57% | - |
| HSV(B) | 358.79º | 0.51% | 0.76% | - |
| XYZ | 28.5 | 20.52 | 13.77 | - |
| YUV | 124.83 | 112.3 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 97 | 0 | 0.51 | 0.50 | 0.24 | 358.79 | 0.45 | 0.57 |
| Hex | C2 | 5F | 61 | 0 | 33 | 32 | 18 | 167 | 2D | 39 |
| Octal | 302 | 137 | 141 | 0 | 63 | 62 | 30 | 547 | 55 | 71 |
| Binary | 11000010 | 1011111 | 1100001 | 0 | 110011 | 110010 | 11000 | 101100111 | 101101 | 111001 |
Color Harmonies of #C25F61
Complementary color
Monochromatic Colors of #C25F61
Black with #C25F61
Text Example
Text Example
White with #C25F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25F61; }
p { color: rgb(194,95,97); }
H1.HeaderClassName
{
color: #C25F61;
}
.AnyTagClassName
{
color: #C25F61;
}
</style>
background-color css
<style>
a { background-color: #C25F61; }
a { background-color: rgb(194,95,97); }
div.DivClassName
{
background-color: #C25F61;
}
.BgClassName
{
background-color: #C25F61;
}
</style>
border-color css
<style>
span { border-color: #C25F61; }
span { border-color: rgb(194,95,97); }
td.TdClassName
{
border-color: #C25F61;
}
.TagClassName
{
border-color: #C25F61;
}
</style>