Shades of Mandy #C85052
Tints of Mandy #C85052
RGB
CMYK
RGB Variations
Color information
#C85052 (or 0xC85052) is known color: Mandy. HEX triplet: C8, 50 and 52. RGB value is (200,80,82). Sum of RGB (Red+Green+Blue) = 200+80+82=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C85052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85052 is #37AFAD. Grayscale: #747474. Windows color (decimal): -3649454 or 5394632. OLE color: 5394632.
HSL color Cylindrical-coordinate representation of color #C85052: hue angle of 359º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85052 is Cyan = 0, Magento = 0.6, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 82 | - |
| CMYK | 0 | 0.6 | 0.59 | 0.22 |
| HSL | 359º | 0.52% | 0.55% | - |
| HSV(B) | 359º | 0.6% | 0.78% | - |
| XYZ | 28.21 | 18.63 | 10.09 | - |
| YUV | 116.11 | 108.76 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 82 | 0 | 0.6 | 0.59 | 0.22 | 359 | 0.52 | 0.55 |
| Hex | C8 | 50 | 52 | 0 | 3C | 3B | 16 | 167 | 34 | 37 |
| Octal | 310 | 120 | 122 | 0 | 74 | 73 | 26 | 547 | 64 | 67 |
| Binary | 11001000 | 1010000 | 1010010 | 0 | 111100 | 111011 | 10110 | 101100111 | 110100 | 110111 |
Color Harmonies of #C85052
Complementary color
Monochromatic Colors of #C85052
Black with #C85052
Text Example
Text Example
White with #C85052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85052; }
p { color: rgb(200,80,82); }
H1.HeaderClassName
{
color: #C85052;
}
.AnyTagClassName
{
color: #C85052;
}
</style>
background-color css
<style>
a { background-color: #C85052; }
a { background-color: rgb(200,80,82); }
div.DivClassName
{
background-color: #C85052;
}
.BgClassName
{
background-color: #C85052;
}
</style>
border-color css
<style>
span { border-color: #C85052; }
span { border-color: rgb(200,80,82); }
td.TdClassName
{
border-color: #C85052;
}
.TagClassName
{
border-color: #C85052;
}
</style>