Shades of Can Can #D19096
Tints of Can Can #D19096
RGB
CMYK
RGB Variations
Color information
#D19096 (or 0xD19096) is known color: Can Can. HEX triplet: D1, 90 and 96. RGB value is (209,144,150). Sum of RGB (Red+Green+Blue) = 209+144+150=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D19096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19096 is #2E6F69. Grayscale: #A4A4A4. Windows color (decimal): -3043178 or 9867473. OLE color: 9867473.
HSL color Cylindrical-coordinate representation of color #D19096: hue angle of 354.46º 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 #D19096 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 150 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.18 |
| HSL | 354.46º | 0.41% | 0.69% | - |
| HSV(B) | 354.46º | 0.31% | 0.82% | - |
| XYZ | 41.77 | 35.7 | 33.54 | - |
| YUV | 164.12 | 120.03 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 150 | 0 | 0.31 | 0.28 | 0.18 | 354.46 | 0.41 | 0.69 |
| Hex | D1 | 90 | 96 | 0 | 1F | 1C | 12 | 162 | 29 | 45 |
| Octal | 321 | 220 | 226 | 0 | 37 | 34 | 22 | 542 | 51 | 105 |
| Binary | 11010001 | 10010000 | 10010110 | 0 | 11111 | 11100 | 10010 | 101100010 | 101001 | 1000101 |
Color Harmonies of #D19096
Complementary color
Monochromatic Colors of #D19096
Black with #D19096
Text Example
Text Example
White with #D19096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19096; }
p { color: rgb(209,144,150); }
H1.HeaderClassName
{
color: #D19096;
}
.AnyTagClassName
{
color: #D19096;
}
</style>
background-color css
<style>
a { background-color: #D19096; }
a { background-color: rgb(209,144,150); }
div.DivClassName
{
background-color: #D19096;
}
.BgClassName
{
background-color: #D19096;
}
</style>
border-color css
<style>
span { border-color: #D19096; }
span { border-color: rgb(209,144,150); }
td.TdClassName
{
border-color: #D19096;
}
.TagClassName
{
border-color: #D19096;
}
</style>