Shades of Can Can #D9919C
Tints of Can Can #D9919C
RGB
CMYK
RGB Variations
Color information
#D9919C (or 0xD9919C) is known color: Can Can. HEX triplet: D9, 91 and 9C. RGB value is (217,145,156). Sum of RGB (Red+Green+Blue) = 217+145+156=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D9919C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9919C is #266E63. Grayscale: #A7A7A7. Windows color (decimal): -2518628 or 10260953. OLE color: 10260953.
HSL color Cylindrical-coordinate representation of color #D9919C: hue angle of 350.83º 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 #D9919C is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 156 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.15 |
| HSL | 350.83º | 0.49% | 0.71% | - |
| HSV(B) | 350.83º | 0.33% | 0.85% | - |
| XYZ | 44.74 | 37.4 | 36.31 | - |
| YUV | 167.78 | 121.35 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 156 | 0 | 0.33 | 0.28 | 0.15 | 350.83 | 0.49 | 0.71 |
| Hex | D9 | 91 | 9C | 0 | 21 | 1C | F | 15F | 31 | 47 |
| Octal | 331 | 221 | 234 | 0 | 41 | 34 | 17 | 537 | 61 | 107 |
| Binary | 11011001 | 10010001 | 10011100 | 0 | 100001 | 11100 | 1111 | 101011111 | 110001 | 1000111 |
Color Harmonies of #D9919C
Complementary color
Monochromatic Colors of #D9919C
Black with #D9919C
Text Example
Text Example
White with #D9919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9919C; }
p { color: rgb(217,145,156); }
H1.HeaderClassName
{
color: #D9919C;
}
.AnyTagClassName
{
color: #D9919C;
}
</style>
background-color css
<style>
a { background-color: #D9919C; }
a { background-color: rgb(217,145,156); }
div.DivClassName
{
background-color: #D9919C;
}
.BgClassName
{
background-color: #D9919C;
}
</style>
border-color css
<style>
span { border-color: #D9919C; }
span { border-color: rgb(217,145,156); }
td.TdClassName
{
border-color: #D9919C;
}
.TagClassName
{
border-color: #D9919C;
}
</style>