Shades of Can Can #D091A1
Tints of Can Can #D091A1
RGB
CMYK
RGB Variations
Color information
#D091A1 (or 0xD091A1) is known color: Can Can. HEX triplet: D0, 91 and A1. RGB value is (208,145,161). Sum of RGB (Red+Green+Blue) = 208+145+161=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D091A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D091A1 is #2F6E5E. Grayscale: #A5A5A5. Windows color (decimal): -3108447 or 10588624. OLE color: 10588624.
HSL color Cylindrical-coordinate representation of color #D091A1: hue angle of 344.76º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D091A1 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 161 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.18 |
| HSL | 344.76º | 0.4% | 0.69% | - |
| HSV(B) | 344.76º | 0.3% | 0.82% | - |
| XYZ | 42.57 | 36.23 | 38.47 | - |
| YUV | 165.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 161 | 0 | 0.30 | 0.23 | 0.18 | 344.76 | 0.4 | 0.69 |
| Hex | D0 | 91 | A1 | 0 | 1E | 17 | 12 | 159 | 28 | 45 |
| Octal | 320 | 221 | 241 | 0 | 36 | 27 | 22 | 531 | 50 | 105 |
| Binary | 11010000 | 10010001 | 10100001 | 0 | 11110 | 10111 | 10010 | 101011001 | 101000 | 1000101 |
Color Harmonies of #D091A1
Complementary color
Monochromatic Colors of #D091A1
Black with #D091A1
Text Example
Text Example
White with #D091A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D091A1; }
p { color: rgb(208,145,161); }
H1.HeaderClassName
{
color: #D091A1;
}
.AnyTagClassName
{
color: #D091A1;
}
</style>
background-color css
<style>
a { background-color: #D091A1; }
a { background-color: rgb(208,145,161); }
div.DivClassName
{
background-color: #D091A1;
}
.BgClassName
{
background-color: #D091A1;
}
</style>
border-color css
<style>
span { border-color: #D091A1; }
span { border-color: rgb(208,145,161); }
td.TdClassName
{
border-color: #D091A1;
}
.TagClassName
{
border-color: #D091A1;
}
</style>