Shades of Can Can #D294A0
Tints of Can Can #D294A0
RGB
CMYK
RGB Variations
Color information
#D294A0 (or 0xD294A0) is known color: Can Can. HEX triplet: D2, 94 and A0. RGB value is (210,148,160). Sum of RGB (Red+Green+Blue) = 210+148+160=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D294A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D294A0 is #2D6B5F. Grayscale: #A7A7A7. Windows color (decimal): -2976608 or 10523858. OLE color: 10523858.
HSL color Cylindrical-coordinate representation of color #D294A0: hue angle of 348.39º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D294A0 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 148 | 160 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.18 |
| HSL | 348.39º | 0.41% | 0.7% | - |
| HSV(B) | 348.39º | 0.3% | 0.82% | - |
| XYZ | 43.51 | 37.42 | 38.19 | - |
| YUV | 167.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 160 | 0 | 0.30 | 0.24 | 0.18 | 348.39 | 0.41 | 0.7 |
| Hex | D2 | 94 | A0 | 0 | 1E | 18 | 12 | 15C | 29 | 46 |
| Octal | 322 | 224 | 240 | 0 | 36 | 30 | 22 | 534 | 51 | 106 |
| Binary | 11010010 | 10010100 | 10100000 | 0 | 11110 | 11000 | 10010 | 101011100 | 101001 | 1000110 |
Color Harmonies of #D294A0
Complementary color
Monochromatic Colors of #D294A0
Black with #D294A0
Text Example
Text Example
White with #D294A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D294A0; }
p { color: rgb(210,148,160); }
H1.HeaderClassName
{
color: #D294A0;
}
.AnyTagClassName
{
color: #D294A0;
}
</style>
background-color css
<style>
a { background-color: #D294A0; }
a { background-color: rgb(210,148,160); }
div.DivClassName
{
background-color: #D294A0;
}
.BgClassName
{
background-color: #D294A0;
}
</style>
border-color css
<style>
span { border-color: #D294A0; }
span { border-color: rgb(210,148,160); }
td.TdClassName
{
border-color: #D294A0;
}
.TagClassName
{
border-color: #D294A0;
}
</style>