Shades of Mandy #C95263
Tints of Mandy #C95263
RGB
CMYK
RGB Variations
Color information
#C95263 (or 0xC95263) is known color: Mandy. HEX triplet: C9, 52 and 63. RGB value is (201,82,99). Sum of RGB (Red+Green+Blue) = 201+82+99=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C95263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95263 is #36AD9C. Grayscale: #777777. Windows color (decimal): -3583389 or 6509257. OLE color: 6509257.
HSL color Cylindrical-coordinate representation of color #C95263: hue angle of 351.43º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95263 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 99 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.21 |
| HSL | 351.43º | 0.52% | 0.55% | - |
| HSV(B) | 351.43º | 0.59% | 0.79% | - |
| XYZ | 29.36 | 19.35 | 13.99 | - |
| YUV | 119.52 | 116.42 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 99 | 0 | 0.59 | 0.51 | 0.21 | 351.43 | 0.52 | 0.55 |
| Hex | C9 | 52 | 63 | 0 | 3B | 33 | 15 | 15F | 34 | 37 |
| Octal | 311 | 122 | 143 | 0 | 73 | 63 | 25 | 537 | 64 | 67 |
| Binary | 11001001 | 1010010 | 1100011 | 0 | 111011 | 110011 | 10101 | 101011111 | 110100 | 110111 |
Color Harmonies of #C95263
Complementary color
Monochromatic Colors of #C95263
Black with #C95263
Text Example
Text Example
White with #C95263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95263; }
p { color: rgb(201,82,99); }
H1.HeaderClassName
{
color: #C95263;
}
.AnyTagClassName
{
color: #C95263;
}
</style>
background-color css
<style>
a { background-color: #C95263; }
a { background-color: rgb(201,82,99); }
div.DivClassName
{
background-color: #C95263;
}
.BgClassName
{
background-color: #C95263;
}
</style>
border-color css
<style>
span { border-color: #C95263; }
span { border-color: rgb(201,82,99); }
td.TdClassName
{
border-color: #C95263;
}
.TagClassName
{
border-color: #C95263;
}
</style>