Shades of Can Can #D28B95
Tints of Can Can #D28B95
RGB
CMYK
RGB Variations
Color information
#D28B95 (or 0xD28B95) is known color: Can Can. HEX triplet: D2, 8B and 95. RGB value is (210,139,149). Sum of RGB (Red+Green+Blue) = 210+139+149=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D28B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28B95 is #2D746A. Grayscale: #A1A1A1. Windows color (decimal): -2978923 or 9800658. OLE color: 9800658.
HSL color Cylindrical-coordinate representation of color #D28B95: hue angle of 351.55º 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 #D28B95 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 139 | 149 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.18 |
| HSL | 351.55º | 0.44% | 0.68% | - |
| HSV(B) | 351.55º | 0.34% | 0.82% | - |
| XYZ | 41.24 | 34.34 | 32.89 | - |
| YUV | 161.37 | 121.02 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 149 | 0 | 0.34 | 0.29 | 0.18 | 351.55 | 0.44 | 0.68 |
| Hex | D2 | 8B | 95 | 0 | 22 | 1D | 12 | 160 | 2C | 44 |
| Octal | 322 | 213 | 225 | 0 | 42 | 35 | 22 | 540 | 54 | 104 |
| Binary | 11010010 | 10001011 | 10010101 | 0 | 100010 | 11101 | 10010 | 101100000 | 101100 | 1000100 |
Color Harmonies of #D28B95
Complementary color
Monochromatic Colors of #D28B95
Black with #D28B95
Text Example
Text Example
White with #D28B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28B95; }
p { color: rgb(210,139,149); }
H1.HeaderClassName
{
color: #D28B95;
}
.AnyTagClassName
{
color: #D28B95;
}
</style>
background-color css
<style>
a { background-color: #D28B95; }
a { background-color: rgb(210,139,149); }
div.DivClassName
{
background-color: #D28B95;
}
.BgClassName
{
background-color: #D28B95;
}
</style>
border-color css
<style>
span { border-color: #D28B95; }
span { border-color: rgb(210,139,149); }
td.TdClassName
{
border-color: #D28B95;
}
.TagClassName
{
border-color: #D28B95;
}
</style>