Shades of Can Can #D1919B
Tints of Can Can #D1919B
RGB
CMYK
RGB Variations
Color information
#D1919B (or 0xD1919B) is known color: Can Can. HEX triplet: D1, 91 and 9B. RGB value is (209,145,155). Sum of RGB (Red+Green+Blue) = 209+145+155=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D1919B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1919B is #2E6E64. Grayscale: #A5A5A5. Windows color (decimal): -3042917 or 10195409. OLE color: 10195409.
HSL color Cylindrical-coordinate representation of color #D1919B: hue angle of 350.62º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1919B is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 155 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.18 |
| HSL | 350.63º | 0.41% | 0.69% | - |
| HSV(B) | 350.63º | 0.31% | 0.82% | - |
| XYZ | 42.34 | 36.17 | 35.76 | - |
| YUV | 165.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 155 | 0 | 0.31 | 0.26 | 0.18 | 350.63 | 0.41 | 0.69 |
| Hex | D1 | 91 | 9B | 0 | 1F | 1A | 12 | 15F | 29 | 45 |
| Octal | 321 | 221 | 233 | 0 | 37 | 32 | 22 | 537 | 51 | 105 |
| Binary | 11010001 | 10010001 | 10011011 | 0 | 11111 | 11010 | 10010 | 101011111 | 101001 | 1000101 |
Color Harmonies of #D1919B
Complementary color
Monochromatic Colors of #D1919B
Black with #D1919B
Text Example
Text Example
White with #D1919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1919B; }
p { color: rgb(209,145,155); }
H1.HeaderClassName
{
color: #D1919B;
}
.AnyTagClassName
{
color: #D1919B;
}
</style>
background-color css
<style>
a { background-color: #D1919B; }
a { background-color: rgb(209,145,155); }
div.DivClassName
{
background-color: #D1919B;
}
.BgClassName
{
background-color: #D1919B;
}
</style>
border-color css
<style>
span { border-color: #D1919B; }
span { border-color: rgb(209,145,155); }
td.TdClassName
{
border-color: #D1919B;
}
.TagClassName
{
border-color: #D1919B;
}
</style>