Shades of Can Can #D68BA0
Tints of Can Can #D68BA0
RGB
CMYK
RGB Variations
Color information
#D68BA0 (or 0xD68BA0) is known color: Can Can. HEX triplet: D6, 8B and A0. RGB value is (214,139,160). Sum of RGB (Red+Green+Blue) = 214+139+160=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D68BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68BA0 is #29745F. Grayscale: #A3A3A3. Windows color (decimal): -2716768 or 10521558. OLE color: 10521558.
HSL color Cylindrical-coordinate representation of color #D68BA0: hue angle of 343.2º 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 #D68BA0 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 139 | 160 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.16 |
| HSL | 343.2º | 0.48% | 0.69% | - |
| HSV(B) | 343.2º | 0.35% | 0.84% | - |
| XYZ | 43.31 | 35.3 | 37.79 | - |
| YUV | 163.82 | 125.85 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 160 | 0 | 0.35 | 0.25 | 0.16 | 343.2 | 0.48 | 0.69 |
| Hex | D6 | 8B | A0 | 0 | 23 | 19 | 10 | 157 | 30 | 45 |
| Octal | 326 | 213 | 240 | 0 | 43 | 31 | 20 | 527 | 60 | 105 |
| Binary | 11010110 | 10001011 | 10100000 | 0 | 100011 | 11001 | 10000 | 101010111 | 110000 | 1000101 |
Color Harmonies of #D68BA0
Complementary color
Monochromatic Colors of #D68BA0
Black with #D68BA0
Text Example
Text Example
White with #D68BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68BA0; }
p { color: rgb(214,139,160); }
H1.HeaderClassName
{
color: #D68BA0;
}
.AnyTagClassName
{
color: #D68BA0;
}
</style>
background-color css
<style>
a { background-color: #D68BA0; }
a { background-color: rgb(214,139,160); }
div.DivClassName
{
background-color: #D68BA0;
}
.BgClassName
{
background-color: #D68BA0;
}
</style>
border-color css
<style>
span { border-color: #D68BA0; }
span { border-color: rgb(214,139,160); }
td.TdClassName
{
border-color: #D68BA0;
}
.TagClassName
{
border-color: #D68BA0;
}
</style>