Shades of Can Can #D68E99
Tints of Can Can #D68E99
RGB
CMYK
RGB Variations
Color information
#D68E99 (or 0xD68E99) is known color: Can Can. HEX triplet: D6, 8E and 99. RGB value is (214,142,153). Sum of RGB (Red+Green+Blue) = 214+142+153=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68E99 is #297166. Grayscale: #A4A4A4. Windows color (decimal): -2716007 or 10063574. OLE color: 10063574.
HSL color Cylindrical-coordinate representation of color #D68E99: hue angle of 350.83º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D68E99 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 153 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.16 |
| HSL | 350.83º | 0.47% | 0.7% | - |
| HSV(B) | 350.83º | 0.34% | 0.84% | - |
| XYZ | 43.15 | 35.94 | 34.8 | - |
| YUV | 164.78 | 121.35 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 153 | 0 | 0.34 | 0.29 | 0.16 | 350.83 | 0.47 | 0.7 |
| Hex | D6 | 8E | 99 | 0 | 22 | 1D | 10 | 15F | 2F | 46 |
| Octal | 326 | 216 | 231 | 0 | 42 | 35 | 20 | 537 | 57 | 106 |
| Binary | 11010110 | 10001110 | 10011001 | 0 | 100010 | 11101 | 10000 | 101011111 | 101111 | 1000110 |
Color Harmonies of #D68E99
Complementary color
Monochromatic Colors of #D68E99
Black with #D68E99
Text Example
Text Example
White with #D68E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68E99; }
p { color: rgb(214,142,153); }
H1.HeaderClassName
{
color: #D68E99;
}
.AnyTagClassName
{
color: #D68E99;
}
</style>
background-color css
<style>
a { background-color: #D68E99; }
a { background-color: rgb(214,142,153); }
div.DivClassName
{
background-color: #D68E99;
}
.BgClassName
{
background-color: #D68E99;
}
</style>
border-color css
<style>
span { border-color: #D68E99; }
span { border-color: rgb(214,142,153); }
td.TdClassName
{
border-color: #D68E99;
}
.TagClassName
{
border-color: #D68E99;
}
</style>