Shades of Can Can #D68E92
Tints of Can Can #D68E92
RGB
CMYK
RGB Variations
Color information
#D68E92 (or 0xD68E92) is known color: Can Can. HEX triplet: D6, 8E and 92. RGB value is (214,142,146). Sum of RGB (Red+Green+Blue) = 214+142+146=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68E92 is #29716D. Grayscale: #A4A4A4. Windows color (decimal): -2716014 or 9604822. OLE color: 9604822.
HSL color Cylindrical-coordinate representation of color #D68E92: hue angle of 356.67º 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 #D68E92 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 146 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.16 |
| HSL | 356.67º | 0.47% | 0.7% | - |
| HSV(B) | 356.67º | 0.34% | 0.84% | - |
| XYZ | 42.59 | 35.72 | 31.84 | - |
| YUV | 163.98 | 117.85 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 146 | 0 | 0.34 | 0.32 | 0.16 | 356.67 | 0.47 | 0.7 |
| Hex | D6 | 8E | 92 | 0 | 22 | 20 | 10 | 165 | 2F | 46 |
| Octal | 326 | 216 | 222 | 0 | 42 | 40 | 20 | 545 | 57 | 106 |
| Binary | 11010110 | 10001110 | 10010010 | 0 | 100010 | 100000 | 10000 | 101100101 | 101111 | 1000110 |
Color Harmonies of #D68E92
Complementary color
Monochromatic Colors of #D68E92
Black with #D68E92
Text Example
Text Example
White with #D68E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68E92; }
p { color: rgb(214,142,146); }
H1.HeaderClassName
{
color: #D68E92;
}
.AnyTagClassName
{
color: #D68E92;
}
</style>
background-color css
<style>
a { background-color: #D68E92; }
a { background-color: rgb(214,142,146); }
div.DivClassName
{
background-color: #D68E92;
}
.BgClassName
{
background-color: #D68E92;
}
</style>
border-color css
<style>
span { border-color: #D68E92; }
span { border-color: rgb(214,142,146); }
td.TdClassName
{
border-color: #D68E92;
}
.TagClassName
{
border-color: #D68E92;
}
</style>