Shades of Can Can #D28BA5
Tints of Can Can #D28BA5
RGB
CMYK
RGB Variations
Color information
#D28BA5 (or 0xD28BA5) is known color: Can Can. HEX triplet: D2, 8B and A5. RGB value is (210,139,165). Sum of RGB (Red+Green+Blue) = 210+139+165=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D28BA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28BA5 is #2D745A. Grayscale: #A3A3A3. Windows color (decimal): -2978907 or 10849234. OLE color: 10849234.
HSL color Cylindrical-coordinate representation of color #D28BA5: hue angle of 338.03º 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 #D28BA5 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 139 | 165 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.18 |
| HSL | 338.03º | 0.44% | 0.68% | - |
| HSV(B) | 338.03º | 0.34% | 0.82% | - |
| XYZ | 42.6 | 34.88 | 40.09 | - |
| YUV | 163.19 | 129.02 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 165 | 0 | 0.34 | 0.21 | 0.18 | 338.03 | 0.44 | 0.68 |
| Hex | D2 | 8B | A5 | 0 | 22 | 15 | 12 | 152 | 2C | 44 |
| Octal | 322 | 213 | 245 | 0 | 42 | 25 | 22 | 522 | 54 | 104 |
| Binary | 11010010 | 10001011 | 10100101 | 0 | 100010 | 10101 | 10010 | 101010010 | 101100 | 1000100 |
Color Harmonies of #D28BA5
Complementary color
Monochromatic Colors of #D28BA5
Black with #D28BA5
Text Example
Text Example
White with #D28BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28BA5; }
p { color: rgb(210,139,165); }
H1.HeaderClassName
{
color: #D28BA5;
}
.AnyTagClassName
{
color: #D28BA5;
}
</style>
background-color css
<style>
a { background-color: #D28BA5; }
a { background-color: rgb(210,139,165); }
div.DivClassName
{
background-color: #D28BA5;
}
.BgClassName
{
background-color: #D28BA5;
}
</style>
border-color css
<style>
span { border-color: #D28BA5; }
span { border-color: rgb(210,139,165); }
td.TdClassName
{
border-color: #D28BA5;
}
.TagClassName
{
border-color: #D28BA5;
}
</style>