Shades of Can Can #D68A8C
Tints of Can Can #D68A8C
RGB
CMYK
RGB Variations
Color information
#D68A8C (or 0xD68A8C) is known color: Can Can. HEX triplet: D6, 8A and 8C. RGB value is (214,138,140). Sum of RGB (Red+Green+Blue) = 214+138+140=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68A8C is #297573. Grayscale: #A1A1A1. Windows color (decimal): -2717044 or 9210582. OLE color: 9210582.
HSL color Cylindrical-coordinate representation of color #D68A8C: hue angle of 358.42º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D68A8C is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 140 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.16 |
| HSL | 358.42º | 0.48% | 0.69% | - |
| HSV(B) | 358.42º | 0.36% | 0.84% | - |
| XYZ | 41.55 | 34.37 | 29.25 | - |
| YUV | 160.95 | 116.18 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 140 | 0 | 0.36 | 0.35 | 0.16 | 358.42 | 0.48 | 0.69 |
| Hex | D6 | 8A | 8C | 0 | 24 | 23 | 10 | 166 | 30 | 45 |
| Octal | 326 | 212 | 214 | 0 | 44 | 43 | 20 | 546 | 60 | 105 |
| Binary | 11010110 | 10001010 | 10001100 | 0 | 100100 | 100011 | 10000 | 101100110 | 110000 | 1000101 |
Color Harmonies of #D68A8C
Complementary color
Monochromatic Colors of #D68A8C
Black with #D68A8C
Text Example
Text Example
White with #D68A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68A8C; }
p { color: rgb(214,138,140); }
H1.HeaderClassName
{
color: #D68A8C;
}
.AnyTagClassName
{
color: #D68A8C;
}
</style>
background-color css
<style>
a { background-color: #D68A8C; }
a { background-color: rgb(214,138,140); }
div.DivClassName
{
background-color: #D68A8C;
}
.BgClassName
{
background-color: #D68A8C;
}
</style>
border-color css
<style>
span { border-color: #D68A8C; }
span { border-color: rgb(214,138,140); }
td.TdClassName
{
border-color: #D68A8C;
}
.TagClassName
{
border-color: #D68A8C;
}
</style>