Shades of Mandy #CE5152
Tints of Mandy #CE5152
RGB
CMYK
RGB Variations
Color information
#CE5152 (or 0xCE5152) is known color: Mandy. HEX triplet: CE, 51 and 52. RGB value is (206,81,82). Sum of RGB (Red+Green+Blue) = 206+81+82=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5152 is #31AEAD. Grayscale: #767676. Windows color (decimal): -3255982 or 5394894. OLE color: 5394894.
HSL color Cylindrical-coordinate representation of color #CE5152: hue angle of 359.52º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5152 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 82 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.19 |
| HSL | 359.52º | 0.56% | 0.56% | - |
| HSV(B) | 359.52º | 0.61% | 0.81% | - |
| XYZ | 29.92 | 19.62 | 10.19 | - |
| YUV | 118.49 | 107.41 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 82 | 0 | 0.61 | 0.60 | 0.19 | 359.52 | 0.56 | 0.56 |
| Hex | CE | 51 | 52 | 0 | 3D | 3C | 13 | 168 | 38 | 38 |
| Octal | 316 | 121 | 122 | 0 | 75 | 74 | 23 | 550 | 70 | 70 |
| Binary | 11001110 | 1010001 | 1010010 | 0 | 111101 | 111100 | 10011 | 101101000 | 111000 | 111000 |
Color Harmonies of #CE5152
Complementary color
Monochromatic Colors of #CE5152
Black with #CE5152
Text Example
Text Example
White with #CE5152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5152; }
p { color: rgb(206,81,82); }
H1.HeaderClassName
{
color: #CE5152;
}
.AnyTagClassName
{
color: #CE5152;
}
</style>
background-color css
<style>
a { background-color: #CE5152; }
a { background-color: rgb(206,81,82); }
div.DivClassName
{
background-color: #CE5152;
}
.BgClassName
{
background-color: #CE5152;
}
</style>
border-color css
<style>
span { border-color: #CE5152; }
span { border-color: rgb(206,81,82); }
td.TdClassName
{
border-color: #CE5152;
}
.TagClassName
{
border-color: #CE5152;
}
</style>