Shades of Can Can #D9919A
Tints of Can Can #D9919A
RGB
CMYK
RGB Variations
Color information
#D9919A (or 0xD9919A) is known color: Can Can. HEX triplet: D9, 91 and 9A. RGB value is (217,145,154). Sum of RGB (Red+Green+Blue) = 217+145+154=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D9919A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9919A is #266E65. Grayscale: #A7A7A7. Windows color (decimal): -2518630 or 10129881. OLE color: 10129881.
HSL color Cylindrical-coordinate representation of color #D9919A: hue angle of 352.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 #D9919A is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 154 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.15 |
| HSL | 352.5º | 0.49% | 0.71% | - |
| HSV(B) | 352.5º | 0.33% | 0.85% | - |
| XYZ | 44.57 | 37.34 | 35.43 | - |
| YUV | 167.55 | 120.35 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 154 | 0 | 0.33 | 0.29 | 0.15 | 352.5 | 0.49 | 0.71 |
| Hex | D9 | 91 | 9A | 0 | 21 | 1D | F | 160 | 31 | 47 |
| Octal | 331 | 221 | 232 | 0 | 41 | 35 | 17 | 540 | 61 | 107 |
| Binary | 11011001 | 10010001 | 10011010 | 0 | 100001 | 11101 | 1111 | 101100000 | 110001 | 1000111 |
Color Harmonies of #D9919A
Complementary color
Monochromatic Colors of #D9919A
Black with #D9919A
Text Example
Text Example
White with #D9919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9919A; }
p { color: rgb(217,145,154); }
H1.HeaderClassName
{
color: #D9919A;
}
.AnyTagClassName
{
color: #D9919A;
}
</style>
background-color css
<style>
a { background-color: #D9919A; }
a { background-color: rgb(217,145,154); }
div.DivClassName
{
background-color: #D9919A;
}
.BgClassName
{
background-color: #D9919A;
}
</style>
border-color css
<style>
span { border-color: #D9919A; }
span { border-color: rgb(217,145,154); }
td.TdClassName
{
border-color: #D9919A;
}
.TagClassName
{
border-color: #D9919A;
}
</style>