Shades of Can Can #D28B8C
Tints of Can Can #D28B8C
RGB
CMYK
RGB Variations
Color information
#D28B8C (or 0xD28B8C) is known color: Can Can. HEX triplet: D2, 8B and 8C. RGB value is (210,139,140). Sum of RGB (Red+Green+Blue) = 210+139+140=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D28B8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28B8C is #2D7473. Grayscale: #A0A0A0. Windows color (decimal): -2978932 or 9210834. OLE color: 9210834.
HSL color Cylindrical-coordinate representation of color #D28B8C: hue angle of 359.15º 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 #D28B8C is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 139 | 140 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.18 |
| HSL | 359.15º | 0.44% | 0.68% | - |
| HSV(B) | 359.15º | 0.34% | 0.82% | - |
| XYZ | 40.54 | 34.06 | 29.25 | - |
| YUV | 160.34 | 116.52 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 140 | 0 | 0.34 | 0.33 | 0.18 | 359.15 | 0.44 | 0.68 |
| Hex | D2 | 8B | 8C | 0 | 22 | 21 | 12 | 167 | 2C | 44 |
| Octal | 322 | 213 | 214 | 0 | 42 | 41 | 22 | 547 | 54 | 104 |
| Binary | 11010010 | 10001011 | 10001100 | 0 | 100010 | 100001 | 10010 | 101100111 | 101100 | 1000100 |
Color Harmonies of #D28B8C
Complementary color
Monochromatic Colors of #D28B8C
Black with #D28B8C
Text Example
Text Example
White with #D28B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28B8C; }
p { color: rgb(210,139,140); }
H1.HeaderClassName
{
color: #D28B8C;
}
.AnyTagClassName
{
color: #D28B8C;
}
</style>
background-color css
<style>
a { background-color: #D28B8C; }
a { background-color: rgb(210,139,140); }
div.DivClassName
{
background-color: #D28B8C;
}
.BgClassName
{
background-color: #D28B8C;
}
</style>
border-color css
<style>
span { border-color: #D28B8C; }
span { border-color: rgb(210,139,140); }
td.TdClassName
{
border-color: #D28B8C;
}
.TagClassName
{
border-color: #D28B8C;
}
</style>