Shades of Can Can #D68B8D
Tints of Can Can #D68B8D
RGB
CMYK
RGB Variations
Color information
#D68B8D (or 0xD68B8D) is known color: Can Can. HEX triplet: D6, 8B and 8D. RGB value is (214,139,141). Sum of RGB (Red+Green+Blue) = 214+139+141=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68B8D is #297472. Grayscale: #A1A1A1. Windows color (decimal): -2716787 or 9276374. OLE color: 9276374.
HSL color Cylindrical-coordinate representation of color #D68B8D: hue angle of 358.4º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D68B8D is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 139 | 141 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.16 |
| HSL | 358.4º | 0.48% | 0.69% | - |
| HSV(B) | 358.4º | 0.35% | 0.84% | - |
| XYZ | 41.77 | 34.68 | 29.69 | - |
| YUV | 161.65 | 116.35 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 141 | 0 | 0.35 | 0.34 | 0.16 | 358.4 | 0.48 | 0.69 |
| Hex | D6 | 8B | 8D | 0 | 23 | 22 | 10 | 166 | 30 | 45 |
| Octal | 326 | 213 | 215 | 0 | 43 | 42 | 20 | 546 | 60 | 105 |
| Binary | 11010110 | 10001011 | 10001101 | 0 | 100011 | 100010 | 10000 | 101100110 | 110000 | 1000101 |
Color Harmonies of #D68B8D
Complementary color
Monochromatic Colors of #D68B8D
Black with #D68B8D
Text Example
Text Example
White with #D68B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68B8D; }
p { color: rgb(214,139,141); }
H1.HeaderClassName
{
color: #D68B8D;
}
.AnyTagClassName
{
color: #D68B8D;
}
</style>
background-color css
<style>
a { background-color: #D68B8D; }
a { background-color: rgb(214,139,141); }
div.DivClassName
{
background-color: #D68B8D;
}
.BgClassName
{
background-color: #D68B8D;
}
</style>
border-color css
<style>
span { border-color: #D68B8D; }
span { border-color: rgb(214,139,141); }
td.TdClassName
{
border-color: #D68B8D;
}
.TagClassName
{
border-color: #D68B8D;
}
</style>