Shades of Can Can #D68490
Tints of Can Can #D68490
RGB
CMYK
RGB Variations
Color information
#D68490 (or 0xD68490) is known color: Can Can. HEX triplet: D6, 84 and 90. RGB value is (214,132,144). Sum of RGB (Red+Green+Blue) = 214+132+144=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D68490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68490 is #297B6F. Grayscale: #9D9D9D. Windows color (decimal): -2718576 or 9471190. OLE color: 9471190.
HSL color Cylindrical-coordinate representation of color #D68490: hue angle of 351.22º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D68490 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 144 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.16 |
| HSL | 351.22º | 0.5% | 0.68% | - |
| HSV(B) | 351.22º | 0.38% | 0.84% | - |
| XYZ | 41.02 | 32.81 | 30.56 | - |
| YUV | 157.89 | 120.17 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 144 | 0 | 0.38 | 0.33 | 0.16 | 351.22 | 0.5 | 0.68 |
| Hex | D6 | 84 | 90 | 0 | 26 | 21 | 10 | 15F | 32 | 44 |
| Octal | 326 | 204 | 220 | 0 | 46 | 41 | 20 | 537 | 62 | 104 |
| Binary | 11010110 | 10000100 | 10010000 | 0 | 100110 | 100001 | 10000 | 101011111 | 110010 | 1000100 |
Color Harmonies of #D68490
Complementary color
Monochromatic Colors of #D68490
Black with #D68490
Text Example
Text Example
White with #D68490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68490; }
p { color: rgb(214,132,144); }
H1.HeaderClassName
{
color: #D68490;
}
.AnyTagClassName
{
color: #D68490;
}
</style>
background-color css
<style>
a { background-color: #D68490; }
a { background-color: rgb(214,132,144); }
div.DivClassName
{
background-color: #D68490;
}
.BgClassName
{
background-color: #D68490;
}
</style>
border-color css
<style>
span { border-color: #D68490; }
span { border-color: rgb(214,132,144); }
td.TdClassName
{
border-color: #D68490;
}
.TagClassName
{
border-color: #D68490;
}
</style>