Shades of Can Can #D28BA7
Tints of Can Can #D28BA7
RGB
CMYK
RGB Variations
Color information
#D28BA7 (or 0xD28BA7) is known color: Can Can. HEX triplet: D2, 8B and A7. RGB value is (210,139,167). Sum of RGB (Red+Green+Blue) = 210+139+167=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 167 (65.62% from 255 or 32.36% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D28BA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28BA7 is #2D7458. Grayscale: #A3A3A3. Windows color (decimal): -2978905 or 10980306. OLE color: 10980306.
HSL color Cylindrical-coordinate representation of color #D28BA7: hue angle of 336.34º 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 #D28BA7 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 139 | 167 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.18 |
| HSL | 336.34º | 0.44% | 0.68% | - |
| HSV(B) | 336.34º | 0.34% | 0.82% | - |
| XYZ | 42.79 | 34.96 | 41.05 | - |
| YUV | 163.42 | 130.02 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 167 | 0 | 0.34 | 0.20 | 0.18 | 336.34 | 0.44 | 0.68 |
| Hex | D2 | 8B | A7 | 0 | 22 | 14 | 12 | 150 | 2C | 44 |
| Octal | 322 | 213 | 247 | 0 | 42 | 24 | 22 | 520 | 54 | 104 |
| Binary | 11010010 | 10001011 | 10100111 | 0 | 100010 | 10100 | 10010 | 101010000 | 101100 | 1000100 |
Color Harmonies of #D28BA7
Complementary color
Monochromatic Colors of #D28BA7
Black with #D28BA7
Text Example
Text Example
White with #D28BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28BA7; }
p { color: rgb(210,139,167); }
H1.HeaderClassName
{
color: #D28BA7;
}
.AnyTagClassName
{
color: #D28BA7;
}
</style>
background-color css
<style>
a { background-color: #D28BA7; }
a { background-color: rgb(210,139,167); }
div.DivClassName
{
background-color: #D28BA7;
}
.BgClassName
{
background-color: #D28BA7;
}
</style>
border-color css
<style>
span { border-color: #D28BA7; }
span { border-color: rgb(210,139,167); }
td.TdClassName
{
border-color: #D28BA7;
}
.TagClassName
{
border-color: #D28BA7;
}
</style>