Shades of Can Can #D890A0
Tints of Can Can #D890A0
RGB
CMYK
RGB Variations
Color information
#D890A0 (or 0xD890A0) is known color: Can Can. HEX triplet: D8, 90 and A0. RGB value is (216,144,160). Sum of RGB (Red+Green+Blue) = 216+144+160=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D890A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D890A0 is #276F5F. Grayscale: #A7A7A7. Windows color (decimal): -2584416 or 10522840. OLE color: 10522840.
HSL color Cylindrical-coordinate representation of color #D890A0: hue angle of 346.67º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D890A0 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 144 | 160 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.15 |
| HSL | 346.67º | 0.48% | 0.71% | - |
| HSV(B) | 346.67º | 0.33% | 0.85% | - |
| XYZ | 44.64 | 37.08 | 38.06 | - |
| YUV | 167.35 | 123.85 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 160 | 0 | 0.33 | 0.26 | 0.15 | 346.67 | 0.48 | 0.71 |
| Hex | D8 | 90 | A0 | 0 | 21 | 1A | F | 15B | 30 | 47 |
| Octal | 330 | 220 | 240 | 0 | 41 | 32 | 17 | 533 | 60 | 107 |
| Binary | 11011000 | 10010000 | 10100000 | 0 | 100001 | 11010 | 1111 | 101011011 | 110000 | 1000111 |
Color Harmonies of #D890A0
Complementary color
Monochromatic Colors of #D890A0
Black with #D890A0
Text Example
Text Example
White with #D890A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D890A0; }
p { color: rgb(216,144,160); }
H1.HeaderClassName
{
color: #D890A0;
}
.AnyTagClassName
{
color: #D890A0;
}
</style>
background-color css
<style>
a { background-color: #D890A0; }
a { background-color: rgb(216,144,160); }
div.DivClassName
{
background-color: #D890A0;
}
.BgClassName
{
background-color: #D890A0;
}
</style>
border-color css
<style>
span { border-color: #D890A0; }
span { border-color: rgb(216,144,160); }
td.TdClassName
{
border-color: #D890A0;
}
.TagClassName
{
border-color: #D890A0;
}
</style>