Shades of Can Can #D1929A
Tints of Can Can #D1929A
RGB
CMYK
RGB Variations
Color information
#D1929A (or 0xD1929A) is known color: Can Can. HEX triplet: D1, 92 and 9A. RGB value is (209,146,154). Sum of RGB (Red+Green+Blue) = 209+146+154=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D1929A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1929A is #2E6D65. Grayscale: #A5A5A5. Windows color (decimal): -3042662 or 10130129. OLE color: 10130129.
HSL color Cylindrical-coordinate representation of color #D1929A: hue angle of 352.38º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1929A is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 146 | 154 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.18 |
| HSL | 352.38º | 0.41% | 0.7% | - |
| HSV(B) | 352.38º | 0.3% | 0.82% | - |
| XYZ | 42.41 | 36.45 | 35.37 | - |
| YUV | 165.75 | 121.37 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 154 | 0 | 0.30 | 0.26 | 0.18 | 352.38 | 0.41 | 0.7 |
| Hex | D1 | 92 | 9A | 0 | 1E | 1A | 12 | 160 | 29 | 46 |
| Octal | 321 | 222 | 232 | 0 | 36 | 32 | 22 | 540 | 51 | 106 |
| Binary | 11010001 | 10010010 | 10011010 | 0 | 11110 | 11010 | 10010 | 101100000 | 101001 | 1000110 |
Color Harmonies of #D1929A
Complementary color
Monochromatic Colors of #D1929A
Black with #D1929A
Text Example
Text Example
White with #D1929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1929A; }
p { color: rgb(209,146,154); }
H1.HeaderClassName
{
color: #D1929A;
}
.AnyTagClassName
{
color: #D1929A;
}
</style>
background-color css
<style>
a { background-color: #D1929A; }
a { background-color: rgb(209,146,154); }
div.DivClassName
{
background-color: #D1929A;
}
.BgClassName
{
background-color: #D1929A;
}
</style>
border-color css
<style>
span { border-color: #D1929A; }
span { border-color: rgb(209,146,154); }
td.TdClassName
{
border-color: #D1929A;
}
.TagClassName
{
border-color: #D1929A;
}
</style>