Shades of Can Can #D090A7
Tints of Can Can #D090A7
RGB
CMYK
RGB Variations
Color information
#D090A7 (or 0xD090A7) is known color: Can Can. HEX triplet: D0, 90 and A7. RGB value is (208,144,167). Sum of RGB (Red+Green+Blue) = 208+144+167=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 167 (65.62% from 255 or 32.18% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D090A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D090A7 is #2F6F58. Grayscale: #A5A5A5. Windows color (decimal): -3108697 or 10981584. OLE color: 10981584.
HSL color Cylindrical-coordinate representation of color #D090A7: hue angle of 338.44º 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 #D090A7 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 144 | 167 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.18 |
| HSL | 338.44º | 0.41% | 0.69% | - |
| HSV(B) | 338.44º | 0.31% | 0.82% | - |
| XYZ | 42.96 | 36.15 | 41.27 | - |
| YUV | 165.76 | 128.7 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 144 | 167 | 0 | 0.31 | 0.20 | 0.18 | 338.44 | 0.41 | 0.69 |
| Hex | D0 | 90 | A7 | 0 | 1F | 14 | 12 | 152 | 29 | 45 |
| Octal | 320 | 220 | 247 | 0 | 37 | 24 | 22 | 522 | 51 | 105 |
| Binary | 11010000 | 10010000 | 10100111 | 0 | 11111 | 10100 | 10010 | 101010010 | 101001 | 1000101 |
Color Harmonies of #D090A7
Complementary color
Monochromatic Colors of #D090A7
Black with #D090A7
Text Example
Text Example
White with #D090A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D090A7; }
p { color: rgb(208,144,167); }
H1.HeaderClassName
{
color: #D090A7;
}
.AnyTagClassName
{
color: #D090A7;
}
</style>
background-color css
<style>
a { background-color: #D090A7; }
a { background-color: rgb(208,144,167); }
div.DivClassName
{
background-color: #D090A7;
}
.BgClassName
{
background-color: #D090A7;
}
</style>
border-color css
<style>
span { border-color: #D090A7; }
span { border-color: rgb(208,144,167); }
td.TdClassName
{
border-color: #D090A7;
}
.TagClassName
{
border-color: #D090A7;
}
</style>