Shades of Mandy #C25B65
Tints of Mandy #C25B65
RGB
CMYK
RGB Variations
Color information
#C25B65 (or 0xC25B65) is known color: Mandy. HEX triplet: C2, 5B and 65. RGB value is (194,91,101). Sum of RGB (Red+Green+Blue) = 194+91+101=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25B65 is #3DA49A. Grayscale: #7A7A7A. Windows color (decimal): -4039835 or 6642626. OLE color: 6642626.
HSL color Cylindrical-coordinate representation of color #C25B65: hue angle of 354.17º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25B65 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 101 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.24 |
| HSL | 354.17º | 0.46% | 0.56% | - |
| HSV(B) | 354.17º | 0.53% | 0.76% | - |
| XYZ | 28.34 | 19.89 | 14.66 | - |
| YUV | 122.94 | 115.62 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 101 | 0 | 0.53 | 0.48 | 0.24 | 354.17 | 0.46 | 0.56 |
| Hex | C2 | 5B | 65 | 0 | 35 | 30 | 18 | 162 | 2E | 38 |
| Octal | 302 | 133 | 145 | 0 | 65 | 60 | 30 | 542 | 56 | 70 |
| Binary | 11000010 | 1011011 | 1100101 | 0 | 110101 | 110000 | 11000 | 101100010 | 101110 | 111000 |
Color Harmonies of #C25B65
Complementary color
Monochromatic Colors of #C25B65
Black with #C25B65
Text Example
Text Example
White with #C25B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25B65; }
p { color: rgb(194,91,101); }
H1.HeaderClassName
{
color: #C25B65;
}
.AnyTagClassName
{
color: #C25B65;
}
</style>
background-color css
<style>
a { background-color: #C25B65; }
a { background-color: rgb(194,91,101); }
div.DivClassName
{
background-color: #C25B65;
}
.BgClassName
{
background-color: #C25B65;
}
</style>
border-color css
<style>
span { border-color: #C25B65; }
span { border-color: rgb(194,91,101); }
td.TdClassName
{
border-color: #C25B65;
}
.TagClassName
{
border-color: #C25B65;
}
</style>