Shades of Can Can #D68594
Tints of Can Can #D68594
RGB
CMYK
RGB Variations
Color information
#D68594 (or 0xD68594) is known color: Can Can. HEX triplet: D6, 85 and 94. RGB value is (214,133,148). Sum of RGB (Red+Green+Blue) = 214+133+148=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D68594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68594 is #297A6B. Grayscale: #9E9E9E. Windows color (decimal): -2718316 or 9733590. OLE color: 9733590.
HSL color Cylindrical-coordinate representation of color #D68594: hue angle of 348.89º 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 #D68594 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 148 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.16 |
| HSL | 348.89º | 0.5% | 0.68% | - |
| HSV(B) | 348.89º | 0.38% | 0.84% | - |
| XYZ | 41.46 | 33.21 | 32.24 | - |
| YUV | 158.93 | 121.84 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 148 | 0 | 0.38 | 0.31 | 0.16 | 348.89 | 0.5 | 0.68 |
| Hex | D6 | 85 | 94 | 0 | 26 | 1F | 10 | 15D | 32 | 44 |
| Octal | 326 | 205 | 224 | 0 | 46 | 37 | 20 | 535 | 62 | 104 |
| Binary | 11010110 | 10000101 | 10010100 | 0 | 100110 | 11111 | 10000 | 101011101 | 110010 | 1000100 |
Color Harmonies of #D68594
Complementary color
Monochromatic Colors of #D68594
Black with #D68594
Text Example
Text Example
White with #D68594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68594; }
p { color: rgb(214,133,148); }
H1.HeaderClassName
{
color: #D68594;
}
.AnyTagClassName
{
color: #D68594;
}
</style>
background-color css
<style>
a { background-color: #D68594; }
a { background-color: rgb(214,133,148); }
div.DivClassName
{
background-color: #D68594;
}
.BgClassName
{
background-color: #D68594;
}
</style>
border-color css
<style>
span { border-color: #D68594; }
span { border-color: rgb(214,133,148); }
td.TdClassName
{
border-color: #D68594;
}
.TagClassName
{
border-color: #D68594;
}
</style>