Shades of Can Can #D88E96
Tints of Can Can #D88E96
RGB
CMYK
RGB Variations
Color information
#D88E96 (or 0xD88E96) is known color: Can Can. HEX triplet: D8, 8E and 96. RGB value is (216,142,150). Sum of RGB (Red+Green+Blue) = 216+142+150=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D88E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88E96 is #277169. Grayscale: #A5A5A5. Windows color (decimal): -2584938 or 9866968. OLE color: 9866968.
HSL color Cylindrical-coordinate representation of color #D88E96: hue angle of 353.51º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D88E96 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 142 | 150 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.15 |
| HSL | 353.51º | 0.49% | 0.7% | - |
| HSV(B) | 353.51º | 0.34% | 0.85% | - |
| XYZ | 43.5 | 36.15 | 33.54 | - |
| YUV | 165.04 | 119.52 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 142 | 150 | 0 | 0.34 | 0.31 | 0.15 | 353.51 | 0.49 | 0.7 |
| Hex | D8 | 8E | 96 | 0 | 22 | 1F | F | 162 | 31 | 46 |
| Octal | 330 | 216 | 226 | 0 | 42 | 37 | 17 | 542 | 61 | 106 |
| Binary | 11011000 | 10001110 | 10010110 | 0 | 100010 | 11111 | 1111 | 101100010 | 110001 | 1000110 |
Color Harmonies of #D88E96
Complementary color
Monochromatic Colors of #D88E96
Black with #D88E96
Text Example
Text Example
White with #D88E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88E96; }
p { color: rgb(216,142,150); }
H1.HeaderClassName
{
color: #D88E96;
}
.AnyTagClassName
{
color: #D88E96;
}
</style>
background-color css
<style>
a { background-color: #D88E96; }
a { background-color: rgb(216,142,150); }
div.DivClassName
{
background-color: #D88E96;
}
.BgClassName
{
background-color: #D88E96;
}
</style>
border-color css
<style>
span { border-color: #D88E96; }
span { border-color: rgb(216,142,150); }
td.TdClassName
{
border-color: #D88E96;
}
.TagClassName
{
border-color: #D88E96;
}
</style>