Shades of Can Can #D28A96
Tints of Can Can #D28A96
RGB
CMYK
RGB Variations
Color information
#D28A96 (or 0xD28A96) is known color: Can Can. HEX triplet: D2, 8A and 96. RGB value is (210,138,150). Sum of RGB (Red+Green+Blue) = 210+138+150=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28A96 is #2D7569. Grayscale: #A0A0A0. Windows color (decimal): -2979178 or 9865938. OLE color: 9865938.
HSL color Cylindrical-coordinate representation of color #D28A96: hue angle of 350º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D28A96 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 150 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.18 |
| HSL | 350º | 0.44% | 0.68% | - |
| HSV(B) | 350º | 0.34% | 0.82% | - |
| XYZ | 41.17 | 34.08 | 33.26 | - |
| YUV | 160.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 150 | 0 | 0.34 | 0.29 | 0.18 | 350 | 0.44 | 0.68 |
| Hex | D2 | 8A | 96 | 0 | 22 | 1D | 12 | 15E | 2C | 44 |
| Octal | 322 | 212 | 226 | 0 | 42 | 35 | 22 | 536 | 54 | 104 |
| Binary | 11010010 | 10001010 | 10010110 | 0 | 100010 | 11101 | 10010 | 101011110 | 101100 | 1000100 |
Color Harmonies of #D28A96
Complementary color
Monochromatic Colors of #D28A96
Black with #D28A96
Text Example
Text Example
White with #D28A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28A96; }
p { color: rgb(210,138,150); }
H1.HeaderClassName
{
color: #D28A96;
}
.AnyTagClassName
{
color: #D28A96;
}
</style>
background-color css
<style>
a { background-color: #D28A96; }
a { background-color: rgb(210,138,150); }
div.DivClassName
{
background-color: #D28A96;
}
.BgClassName
{
background-color: #D28A96;
}
</style>
border-color css
<style>
span { border-color: #D28A96; }
span { border-color: rgb(210,138,150); }
td.TdClassName
{
border-color: #D28A96;
}
.TagClassName
{
border-color: #D28A96;
}
</style>