Shades of Mandy #C25256
Tints of Mandy #C25256
RGB
CMYK
RGB Variations
Color information
#C25256 (or 0xC25256) is known color: Mandy. HEX triplet: C2, 52 and 56. RGB value is (194,82,86). Sum of RGB (Red+Green+Blue) = 194+82+86=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 86 (33.98% from 255 or 23.76% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C25256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25256 is #3DADA9. Grayscale: #747474. Windows color (decimal): -4042154 or 5657282. OLE color: 5657282.
HSL color Cylindrical-coordinate representation of color #C25256: hue angle of 357.86º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25256 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 86 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.24 |
| HSL | 357.86º | 0.48% | 0.54% | - |
| HSV(B) | 357.86º | 0.58% | 0.76% | - |
| XYZ | 26.95 | 18.18 | 10.89 | - |
| YUV | 115.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 86 | 0 | 0.58 | 0.56 | 0.24 | 357.86 | 0.48 | 0.54 |
| Hex | C2 | 52 | 56 | 0 | 3A | 38 | 18 | 166 | 30 | 36 |
| Octal | 302 | 122 | 126 | 0 | 72 | 70 | 30 | 546 | 60 | 66 |
| Binary | 11000010 | 1010010 | 1010110 | 0 | 111010 | 111000 | 11000 | 101100110 | 110000 | 110110 |
Color Harmonies of #C25256
Complementary color
Monochromatic Colors of #C25256
Black with #C25256
Text Example
Text Example
White with #C25256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25256; }
p { color: rgb(194,82,86); }
H1.HeaderClassName
{
color: #C25256;
}
.AnyTagClassName
{
color: #C25256;
}
</style>
background-color css
<style>
a { background-color: #C25256; }
a { background-color: rgb(194,82,86); }
div.DivClassName
{
background-color: #C25256;
}
.BgClassName
{
background-color: #C25256;
}
</style>
border-color css
<style>
span { border-color: #C25256; }
span { border-color: rgb(194,82,86); }
td.TdClassName
{
border-color: #C25256;
}
.TagClassName
{
border-color: #C25256;
}
</style>