Shades of Can Can #D68D93
Tints of Can Can #D68D93
RGB
CMYK
RGB Variations
Color information
#D68D93 (or 0xD68D93) is known color: Can Can. HEX triplet: D6, 8D and 93. RGB value is (214,141,147). Sum of RGB (Red+Green+Blue) = 214+141+147=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68D93 is #29726C. Grayscale: #A3A3A3. Windows color (decimal): -2716269 or 9670102. OLE color: 9670102.
HSL color Cylindrical-coordinate representation of color #D68D93: hue angle of 355.07º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D68D93 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 147 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.16 |
| HSL | 355.07º | 0.47% | 0.7% | - |
| HSV(B) | 355.07º | 0.34% | 0.84% | - |
| XYZ | 42.52 | 35.45 | 32.21 | - |
| YUV | 163.51 | 118.68 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 147 | 0 | 0.34 | 0.31 | 0.16 | 355.07 | 0.47 | 0.7 |
| Hex | D6 | 8D | 93 | 0 | 22 | 1F | 10 | 163 | 2F | 46 |
| Octal | 326 | 215 | 223 | 0 | 42 | 37 | 20 | 543 | 57 | 106 |
| Binary | 11010110 | 10001101 | 10010011 | 0 | 100010 | 11111 | 10000 | 101100011 | 101111 | 1000110 |
Color Harmonies of #D68D93
Complementary color
Monochromatic Colors of #D68D93
Black with #D68D93
Text Example
Text Example
White with #D68D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68D93; }
p { color: rgb(214,141,147); }
H1.HeaderClassName
{
color: #D68D93;
}
.AnyTagClassName
{
color: #D68D93;
}
</style>
background-color css
<style>
a { background-color: #D68D93; }
a { background-color: rgb(214,141,147); }
div.DivClassName
{
background-color: #D68D93;
}
.BgClassName
{
background-color: #D68D93;
}
</style>
border-color css
<style>
span { border-color: #D68D93; }
span { border-color: rgb(214,141,147); }
td.TdClassName
{
border-color: #D68D93;
}
.TagClassName
{
border-color: #D68D93;
}
</style>