Shades of Can Can #D19098
Tints of Can Can #D19098
RGB
CMYK
RGB Variations
Color information
#D19098 (or 0xD19098) is known color: Can Can. HEX triplet: D1, 90 and 98. RGB value is (209,144,152). Sum of RGB (Red+Green+Blue) = 209+144+152=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 209 - color contains mainly: red. Hex color #D19098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19098 is #2E6F67. Grayscale: #A4A4A4. Windows color (decimal): -3043176 or 9998545. OLE color: 9998545.
HSL color Cylindrical-coordinate representation of color #D19098: hue angle of 352.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 #D19098 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 152 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.18 |
| HSL | 352.62º | 0.41% | 0.69% | - |
| HSV(B) | 352.62º | 0.31% | 0.82% | - |
| XYZ | 41.94 | 35.77 | 34.4 | - |
| YUV | 164.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 152 | 0 | 0.31 | 0.27 | 0.18 | 352.62 | 0.41 | 0.69 |
| Hex | D1 | 90 | 98 | 0 | 1F | 1B | 12 | 161 | 29 | 45 |
| Octal | 321 | 220 | 230 | 0 | 37 | 33 | 22 | 541 | 51 | 105 |
| Binary | 11010001 | 10010000 | 10011000 | 0 | 11111 | 11011 | 10010 | 101100001 | 101001 | 1000101 |
Color Harmonies of #D19098
Complementary color
Monochromatic Colors of #D19098
Black with #D19098
Text Example
Text Example
White with #D19098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19098; }
p { color: rgb(209,144,152); }
H1.HeaderClassName
{
color: #D19098;
}
.AnyTagClassName
{
color: #D19098;
}
</style>
background-color css
<style>
a { background-color: #D19098; }
a { background-color: rgb(209,144,152); }
div.DivClassName
{
background-color: #D19098;
}
.BgClassName
{
background-color: #D19098;
}
</style>
border-color css
<style>
span { border-color: #D19098; }
span { border-color: rgb(209,144,152); }
td.TdClassName
{
border-color: #D19098;
}
.TagClassName
{
border-color: #D19098;
}
</style>