Shades of Mandy #C85358
Tints of Mandy #C85358
RGB
CMYK
RGB Variations
Color information
#C85358 (or 0xC85358) is known color: Mandy. HEX triplet: C8, 53 and 58. RGB value is (200,83,88). Sum of RGB (Red+Green+Blue) = 200+83+88=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C85358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85358 is #37ACA7. Grayscale: #767676. Windows color (decimal): -3648680 or 5788616. OLE color: 5788616.
HSL color Cylindrical-coordinate representation of color #C85358: hue angle of 357.44º 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 #C85358 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 88 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.22 |
| HSL | 357.44º | 0.52% | 0.55% | - |
| HSV(B) | 357.44º | 0.59% | 0.78% | - |
| XYZ | 28.67 | 19.17 | 11.42 | - |
| YUV | 118.55 | 110.76 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 88 | 0 | 0.58 | 0.56 | 0.22 | 357.44 | 0.52 | 0.55 |
| Hex | C8 | 53 | 58 | 0 | 3A | 38 | 16 | 165 | 34 | 37 |
| Octal | 310 | 123 | 130 | 0 | 72 | 70 | 26 | 545 | 64 | 67 |
| Binary | 11001000 | 1010011 | 1011000 | 0 | 111010 | 111000 | 10110 | 101100101 | 110100 | 110111 |
Color Harmonies of #C85358
Complementary color
Monochromatic Colors of #C85358
Black with #C85358
Text Example
Text Example
White with #C85358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85358; }
p { color: rgb(200,83,88); }
H1.HeaderClassName
{
color: #C85358;
}
.AnyTagClassName
{
color: #C85358;
}
</style>
background-color css
<style>
a { background-color: #C85358; }
a { background-color: rgb(200,83,88); }
div.DivClassName
{
background-color: #C85358;
}
.BgClassName
{
background-color: #C85358;
}
</style>
border-color css
<style>
span { border-color: #C85358; }
span { border-color: rgb(200,83,88); }
td.TdClassName
{
border-color: #C85358;
}
.TagClassName
{
border-color: #C85358;
}
</style>