Shades of Can Can #D08BA8
Tints of Can Can #D08BA8
RGB
CMYK
RGB Variations
Color information
#D08BA8 (or 0xD08BA8) is known color: Can Can. HEX triplet: D0, 8B and A8. RGB value is (208,139,168). Sum of RGB (Red+Green+Blue) = 208+139+168=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D08BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08BA8 is #2F7457. Grayscale: #A2A2A2. Windows color (decimal): -3109976 or 11045840. OLE color: 11045840.
HSL color Cylindrical-coordinate representation of color #D08BA8: hue angle of 334.78º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D08BA8 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 139 | 168 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.18 |
| HSL | 334.78º | 0.42% | 0.68% | - |
| HSV(B) | 334.78º | 0.33% | 0.82% | - |
| XYZ | 42.31 | 34.7 | 41.51 | - |
| YUV | 162.94 | 130.86 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 139 | 168 | 0 | 0.33 | 0.19 | 0.18 | 334.78 | 0.42 | 0.68 |
| Hex | D0 | 8B | A8 | 0 | 21 | 13 | 12 | 14F | 2A | 44 |
| Octal | 320 | 213 | 250 | 0 | 41 | 23 | 22 | 517 | 52 | 104 |
| Binary | 11010000 | 10001011 | 10101000 | 0 | 100001 | 10011 | 10010 | 101001111 | 101010 | 1000100 |
Color Harmonies of #D08BA8
Complementary color
Monochromatic Colors of #D08BA8
Black with #D08BA8
Text Example
Text Example
White with #D08BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08BA8; }
p { color: rgb(208,139,168); }
H1.HeaderClassName
{
color: #D08BA8;
}
.AnyTagClassName
{
color: #D08BA8;
}
</style>
background-color css
<style>
a { background-color: #D08BA8; }
a { background-color: rgb(208,139,168); }
div.DivClassName
{
background-color: #D08BA8;
}
.BgClassName
{
background-color: #D08BA8;
}
</style>
border-color css
<style>
span { border-color: #D08BA8; }
span { border-color: rgb(208,139,168); }
td.TdClassName
{
border-color: #D08BA8;
}
.TagClassName
{
border-color: #D08BA8;
}
</style>