Shades of Mandy #C25F66
Tints of Mandy #C25F66
RGB
CMYK
RGB Variations
Color information
#C25F66 (or 0xC25F66) is known color: Mandy. HEX triplet: C2, 5F and 66. RGB value is (194,95,102). Sum of RGB (Red+Green+Blue) = 194+95+102=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F66 is #3DA099. Grayscale: #7D7D7D. Windows color (decimal): -4038810 or 6709186. OLE color: 6709186.
HSL color Cylindrical-coordinate representation of color #C25F66: hue angle of 355.76º 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 #C25F66 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 102 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.24 |
| HSL | 355.76º | 0.45% | 0.57% | - |
| HSV(B) | 355.76º | 0.51% | 0.76% | - |
| XYZ | 28.74 | 20.61 | 15.03 | - |
| YUV | 125.4 | 114.8 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 102 | 0 | 0.51 | 0.47 | 0.24 | 355.76 | 0.45 | 0.57 |
| Hex | C2 | 5F | 66 | 0 | 33 | 2F | 18 | 164 | 2D | 39 |
| Octal | 302 | 137 | 146 | 0 | 63 | 57 | 30 | 544 | 55 | 71 |
| Binary | 11000010 | 1011111 | 1100110 | 0 | 110011 | 101111 | 11000 | 101100100 | 101101 | 111001 |
Color Harmonies of #C25F66
Complementary color
Monochromatic Colors of #C25F66
Black with #C25F66
Text Example
Text Example
White with #C25F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25F66; }
p { color: rgb(194,95,102); }
H1.HeaderClassName
{
color: #C25F66;
}
.AnyTagClassName
{
color: #C25F66;
}
</style>
background-color css
<style>
a { background-color: #C25F66; }
a { background-color: rgb(194,95,102); }
div.DivClassName
{
background-color: #C25F66;
}
.BgClassName
{
background-color: #C25F66;
}
</style>
border-color css
<style>
span { border-color: #C25F66; }
span { border-color: rgb(194,95,102); }
td.TdClassName
{
border-color: #C25F66;
}
.TagClassName
{
border-color: #C25F66;
}
</style>