Shades of Mandy #CE6768
Tints of Mandy #CE6768
RGB
CMYK
RGB Variations
Color information
#CE6768 (or 0xCE6768) is known color: Mandy. HEX triplet: CE, 67 and 68. RGB value is (206,103,104). Sum of RGB (Red+Green+Blue) = 206+103+104=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6768 is #319897. Grayscale: #868686. Windows color (decimal): -3250328 or 6842318. OLE color: 6842318.
HSL color Cylindrical-coordinate representation of color #CE6768: hue angle of 359.42º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE6768 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 104 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.19 |
| HSL | 359.42º | 0.51% | 0.61% | - |
| HSV(B) | 359.42º | 0.5% | 0.81% | - |
| XYZ | 32.8 | 23.82 | 15.97 | - |
| YUV | 133.91 | 111.12 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 104 | 0 | 0.50 | 0.50 | 0.19 | 359.42 | 0.51 | 0.61 |
| Hex | CE | 67 | 68 | 0 | 32 | 32 | 13 | 167 | 33 | 3D |
| Octal | 316 | 147 | 150 | 0 | 62 | 62 | 23 | 547 | 63 | 75 |
| Binary | 11001110 | 1100111 | 1101000 | 0 | 110010 | 110010 | 10011 | 101100111 | 110011 | 111101 |
Color Harmonies of #CE6768
Complementary color
Monochromatic Colors of #CE6768
Black with #CE6768
Text Example
Text Example
White with #CE6768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6768; }
p { color: rgb(206,103,104); }
H1.HeaderClassName
{
color: #CE6768;
}
.AnyTagClassName
{
color: #CE6768;
}
</style>
background-color css
<style>
a { background-color: #CE6768; }
a { background-color: rgb(206,103,104); }
div.DivClassName
{
background-color: #CE6768;
}
.BgClassName
{
background-color: #CE6768;
}
</style>
border-color css
<style>
span { border-color: #CE6768; }
span { border-color: rgb(206,103,104); }
td.TdClassName
{
border-color: #CE6768;
}
.TagClassName
{
border-color: #CE6768;
}
</style>