Shades of Mandy #CE6063
Tints of Mandy #CE6063
RGB
CMYK
RGB Variations
Color information
#CE6063 (or 0xCE6063) is known color: Mandy. HEX triplet: CE, 60 and 63. RGB value is (206,96,99). Sum of RGB (Red+Green+Blue) = 206+96+99=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6063 is #319F9C. Grayscale: #818181. Windows color (decimal): -3252125 or 6512846. OLE color: 6512846.
HSL color Cylindrical-coordinate representation of color #CE6063: hue angle of 358.36º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE6063 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 99 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.19 |
| HSL | 358.36º | 0.53% | 0.59% | - |
| HSV(B) | 358.36º | 0.53% | 0.81% | - |
| XYZ | 31.89 | 22.39 | 14.45 | - |
| YUV | 129.23 | 110.94 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 99 | 0 | 0.53 | 0.52 | 0.19 | 358.36 | 0.53 | 0.59 |
| Hex | CE | 60 | 63 | 0 | 35 | 34 | 13 | 166 | 35 | 3B |
| Octal | 316 | 140 | 143 | 0 | 65 | 64 | 23 | 546 | 65 | 73 |
| Binary | 11001110 | 1100000 | 1100011 | 0 | 110101 | 110100 | 10011 | 101100110 | 110101 | 111011 |
Color Harmonies of #CE6063
Complementary color
Monochromatic Colors of #CE6063
Black with #CE6063
Text Example
Text Example
White with #CE6063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6063; }
p { color: rgb(206,96,99); }
H1.HeaderClassName
{
color: #CE6063;
}
.AnyTagClassName
{
color: #CE6063;
}
</style>
background-color css
<style>
a { background-color: #CE6063; }
a { background-color: rgb(206,96,99); }
div.DivClassName
{
background-color: #CE6063;
}
.BgClassName
{
background-color: #CE6063;
}
</style>
border-color css
<style>
span { border-color: #CE6063; }
span { border-color: rgb(206,96,99); }
td.TdClassName
{
border-color: #CE6063;
}
.TagClassName
{
border-color: #CE6063;
}
</style>