Shades of Mandy #CE4352
Tints of Mandy #CE4352
RGB
CMYK
RGB Variations
Color information
#CE4352 (or 0xCE4352) is known color: Mandy. HEX triplet: CE, 43 and 52. RGB value is (206,67,82). Sum of RGB (Red+Green+Blue) = 206+67+82=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4352 is #31BCAD. Grayscale: #6E6E6E. Windows color (decimal): -3259566 or 5391310. OLE color: 5391310.
HSL color Cylindrical-coordinate representation of color #CE4352: hue angle of 353.53º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4352 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 82 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.19 |
| HSL | 353.53º | 0.59% | 0.54% | - |
| HSV(B) | 353.53º | 0.67% | 0.81% | - |
| XYZ | 28.98 | 17.75 | 9.88 | - |
| YUV | 110.27 | 112.05 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 82 | 0 | 0.67 | 0.60 | 0.19 | 353.53 | 0.59 | 0.54 |
| Hex | CE | 43 | 52 | 0 | 43 | 3C | 13 | 162 | 3B | 36 |
| Octal | 316 | 103 | 122 | 0 | 103 | 74 | 23 | 542 | 73 | 66 |
| Binary | 11001110 | 1000011 | 1010010 | 0 | 1000011 | 111100 | 10011 | 101100010 | 111011 | 110110 |
Color Harmonies of #CE4352
Complementary color
Monochromatic Colors of #CE4352
Black with #CE4352
Text Example
Text Example
White with #CE4352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4352; }
p { color: rgb(206,67,82); }
H1.HeaderClassName
{
color: #CE4352;
}
.AnyTagClassName
{
color: #CE4352;
}
</style>
background-color css
<style>
a { background-color: #CE4352; }
a { background-color: rgb(206,67,82); }
div.DivClassName
{
background-color: #CE4352;
}
.BgClassName
{
background-color: #CE4352;
}
</style>
border-color css
<style>
span { border-color: #CE4352; }
span { border-color: rgb(206,67,82); }
td.TdClassName
{
border-color: #CE4352;
}
.TagClassName
{
border-color: #CE4352;
}
</style>