Shades of Can Can #D68494
Tints of Can Can #D68494
RGB
CMYK
RGB Variations
Color information
#D68494 (or 0xD68494) is known color: Can Can. HEX triplet: D6, 84 and 94. RGB value is (214,132,148). Sum of RGB (Red+Green+Blue) = 214+132+148=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D68494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68494 is #297B6B. Grayscale: #9E9E9E. Windows color (decimal): -2718572 or 9733334. OLE color: 9733334.
HSL color Cylindrical-coordinate representation of color #D68494: hue angle of 348.29º 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 #D68494 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 148 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.16 |
| HSL | 348.29º | 0.5% | 0.68% | - |
| HSV(B) | 348.29º | 0.38% | 0.84% | - |
| XYZ | 41.33 | 32.94 | 32.2 | - |
| YUV | 158.34 | 122.17 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 148 | 0 | 0.38 | 0.31 | 0.16 | 348.29 | 0.5 | 0.68 |
| Hex | D6 | 84 | 94 | 0 | 26 | 1F | 10 | 15C | 32 | 44 |
| Octal | 326 | 204 | 224 | 0 | 46 | 37 | 20 | 534 | 62 | 104 |
| Binary | 11010110 | 10000100 | 10010100 | 0 | 100110 | 11111 | 10000 | 101011100 | 110010 | 1000100 |
Color Harmonies of #D68494
Complementary color
Monochromatic Colors of #D68494
Black with #D68494
Text Example
Text Example
White with #D68494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68494; }
p { color: rgb(214,132,148); }
H1.HeaderClassName
{
color: #D68494;
}
.AnyTagClassName
{
color: #D68494;
}
</style>
background-color css
<style>
a { background-color: #D68494; }
a { background-color: rgb(214,132,148); }
div.DivClassName
{
background-color: #D68494;
}
.BgClassName
{
background-color: #D68494;
}
</style>
border-color css
<style>
span { border-color: #D68494; }
span { border-color: rgb(214,132,148); }
td.TdClassName
{
border-color: #D68494;
}
.TagClassName
{
border-color: #D68494;
}
</style>