Shades of Can Can #D991A0
Tints of Can Can #D991A0
RGB
CMYK
RGB Variations
Color information
#D991A0 (or 0xD991A0) is known color: Can Can. HEX triplet: D9, 91 and A0. RGB value is (217,145,160). Sum of RGB (Red+Green+Blue) = 217+145+160=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D991A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D991A0 is #266E5F. Grayscale: #A8A8A8. Windows color (decimal): -2518624 or 10523097. OLE color: 10523097.
HSL color Cylindrical-coordinate representation of color #D991A0: hue angle of 347.5º degrees, saturation: 0.49, 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 #D991A0 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 160 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.15 |
| HSL | 347.5º | 0.49% | 0.71% | - |
| HSV(B) | 347.5º | 0.33% | 0.85% | - |
| XYZ | 45.09 | 37.54 | 38.13 | - |
| YUV | 168.24 | 123.35 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 160 | 0 | 0.33 | 0.26 | 0.15 | 347.5 | 0.49 | 0.71 |
| Hex | D9 | 91 | A0 | 0 | 21 | 1A | F | 15C | 31 | 47 |
| Octal | 331 | 221 | 240 | 0 | 41 | 32 | 17 | 534 | 61 | 107 |
| Binary | 11011001 | 10010001 | 10100000 | 0 | 100001 | 11010 | 1111 | 101011100 | 110001 | 1000111 |
Color Harmonies of #D991A0
Complementary color
Monochromatic Colors of #D991A0
Black with #D991A0
Text Example
Text Example
White with #D991A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D991A0; }
p { color: rgb(217,145,160); }
H1.HeaderClassName
{
color: #D991A0;
}
.AnyTagClassName
{
color: #D991A0;
}
</style>
background-color css
<style>
a { background-color: #D991A0; }
a { background-color: rgb(217,145,160); }
div.DivClassName
{
background-color: #D991A0;
}
.BgClassName
{
background-color: #D991A0;
}
</style>
border-color css
<style>
span { border-color: #D991A0; }
span { border-color: rgb(217,145,160); }
td.TdClassName
{
border-color: #D991A0;
}
.TagClassName
{
border-color: #D991A0;
}
</style>