Shades of Mandy #C85263
Tints of Mandy #C85263
RGB
CMYK
RGB Variations
Color information
#C85263 (or 0xC85263) is known color: Mandy. HEX triplet: C8, 52 and 63. RGB value is (200,82,99). Sum of RGB (Red+Green+Blue) = 200+82+99=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C85263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85263 is #37AD9C. Grayscale: #777777. Windows color (decimal): -3648925 or 6509256. OLE color: 6509256.
HSL color Cylindrical-coordinate representation of color #C85263: hue angle of 351.36º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C85263 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 99 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.22 |
| HSL | 351.36º | 0.52% | 0.55% | - |
| HSV(B) | 351.36º | 0.59% | 0.78% | - |
| XYZ | 29.09 | 19.21 | 13.98 | - |
| YUV | 119.22 | 116.59 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 99 | 0 | 0.59 | 0.50 | 0.22 | 351.36 | 0.52 | 0.55 |
| Hex | C8 | 52 | 63 | 0 | 3B | 32 | 16 | 15F | 34 | 37 |
| Octal | 310 | 122 | 143 | 0 | 73 | 62 | 26 | 537 | 64 | 67 |
| Binary | 11001000 | 1010010 | 1100011 | 0 | 111011 | 110010 | 10110 | 101011111 | 110100 | 110111 |
Color Harmonies of #C85263
Complementary color
Monochromatic Colors of #C85263
Black with #C85263
Text Example
Text Example
White with #C85263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85263; }
p { color: rgb(200,82,99); }
H1.HeaderClassName
{
color: #C85263;
}
.AnyTagClassName
{
color: #C85263;
}
</style>
background-color css
<style>
a { background-color: #C85263; }
a { background-color: rgb(200,82,99); }
div.DivClassName
{
background-color: #C85263;
}
.BgClassName
{
background-color: #C85263;
}
</style>
border-color css
<style>
span { border-color: #C85263; }
span { border-color: rgb(200,82,99); }
td.TdClassName
{
border-color: #C85263;
}
.TagClassName
{
border-color: #C85263;
}
</style>