Shades of Can Can #D0919E
Tints of Can Can #D0919E
RGB
CMYK
RGB Variations
Color information
#D0919E (or 0xD0919E) is known color: Can Can. HEX triplet: D0, 91 and 9E. RGB value is (208,145,158). Sum of RGB (Red+Green+Blue) = 208+145+158=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D0919E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0919E is #2F6E61. Grayscale: #A5A5A5. Windows color (decimal): -3108450 or 10392016. OLE color: 10392016.
HSL color Cylindrical-coordinate representation of color #D0919E: hue angle of 347.62º 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 #D0919E is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 158 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.18 |
| HSL | 347.62º | 0.4% | 0.69% | - |
| HSV(B) | 347.62º | 0.3% | 0.82% | - |
| XYZ | 42.31 | 36.13 | 37.09 | - |
| YUV | 165.32 | 123.87 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 158 | 0 | 0.30 | 0.24 | 0.18 | 347.62 | 0.4 | 0.69 |
| Hex | D0 | 91 | 9E | 0 | 1E | 18 | 12 | 15C | 28 | 45 |
| Octal | 320 | 221 | 236 | 0 | 36 | 30 | 22 | 534 | 50 | 105 |
| Binary | 11010000 | 10010001 | 10011110 | 0 | 11110 | 11000 | 10010 | 101011100 | 101000 | 1000101 |
Color Harmonies of #D0919E
Complementary color
Monochromatic Colors of #D0919E
Black with #D0919E
Text Example
Text Example
White with #D0919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0919E; }
p { color: rgb(208,145,158); }
H1.HeaderClassName
{
color: #D0919E;
}
.AnyTagClassName
{
color: #D0919E;
}
</style>
background-color css
<style>
a { background-color: #D0919E; }
a { background-color: rgb(208,145,158); }
div.DivClassName
{
background-color: #D0919E;
}
.BgClassName
{
background-color: #D0919E;
}
</style>
border-color css
<style>
span { border-color: #D0919E; }
span { border-color: rgb(208,145,158); }
td.TdClassName
{
border-color: #D0919E;
}
.TagClassName
{
border-color: #D0919E;
}
</style>