Shades of Can Can #D189A1
Tints of Can Can #D189A1
RGB
CMYK
RGB Variations
Color information
#D189A1 (or 0xD189A1) is known color: Can Can. HEX triplet: D1, 89 and A1. RGB value is (209,137,161). Sum of RGB (Red+Green+Blue) = 209+137+161=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D189A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D189A1 is #2E765E. Grayscale: #A1A1A1. Windows color (decimal): -3044959 or 10586577. OLE color: 10586577.
HSL color Cylindrical-coordinate representation of color #D189A1: hue angle of 340º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D189A1 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 137 | 161 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.18 |
| HSL | 340º | 0.44% | 0.68% | - |
| HSV(B) | 340º | 0.34% | 0.82% | - |
| XYZ | 41.67 | 34.02 | 38.09 | - |
| YUV | 161.26 | 127.85 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 137 | 161 | 0 | 0.34 | 0.23 | 0.18 | 340 | 0.44 | 0.68 |
| Hex | D1 | 89 | A1 | 0 | 22 | 17 | 12 | 154 | 2C | 44 |
| Octal | 321 | 211 | 241 | 0 | 42 | 27 | 22 | 524 | 54 | 104 |
| Binary | 11010001 | 10001001 | 10100001 | 0 | 100010 | 10111 | 10010 | 101010100 | 101100 | 1000100 |
Color Harmonies of #D189A1
Complementary color
Monochromatic Colors of #D189A1
Black with #D189A1
Text Example
Text Example
White with #D189A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D189A1; }
p { color: rgb(209,137,161); }
H1.HeaderClassName
{
color: #D189A1;
}
.AnyTagClassName
{
color: #D189A1;
}
</style>
background-color css
<style>
a { background-color: #D189A1; }
a { background-color: rgb(209,137,161); }
div.DivClassName
{
background-color: #D189A1;
}
.BgClassName
{
background-color: #D189A1;
}
</style>
border-color css
<style>
span { border-color: #D189A1; }
span { border-color: rgb(209,137,161); }
td.TdClassName
{
border-color: #D189A1;
}
.TagClassName
{
border-color: #D189A1;
}
</style>