Shades of Can Can #D6849D
Tints of Can Can #D6849D
RGB
CMYK
RGB Variations
Color information
#D6849D (or 0xD6849D) is known color: Can Can. HEX triplet: D6, 84 and 9D. RGB value is (214,132,157). Sum of RGB (Red+Green+Blue) = 214+132+157=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D6849D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6849D is #297B62. Grayscale: #9F9F9F. Windows color (decimal): -2718563 or 10323158. OLE color: 10323158.
HSL color Cylindrical-coordinate representation of color #D6849D: hue angle of 341.71º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D6849D is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 157 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.16 |
| HSL | 341.71º | 0.5% | 0.68% | - |
| HSV(B) | 341.71º | 0.38% | 0.84% | - |
| XYZ | 42.07 | 33.23 | 36.1 | - |
| YUV | 159.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 157 | 0 | 0.38 | 0.27 | 0.16 | 341.71 | 0.5 | 0.68 |
| Hex | D6 | 84 | 9D | 0 | 26 | 1B | 10 | 156 | 32 | 44 |
| Octal | 326 | 204 | 235 | 0 | 46 | 33 | 20 | 526 | 62 | 104 |
| Binary | 11010110 | 10000100 | 10011101 | 0 | 100110 | 11011 | 10000 | 101010110 | 110010 | 1000100 |
Color Harmonies of #D6849D
Complementary color
Monochromatic Colors of #D6849D
Black with #D6849D
Text Example
Text Example
White with #D6849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6849D; }
p { color: rgb(214,132,157); }
H1.HeaderClassName
{
color: #D6849D;
}
.AnyTagClassName
{
color: #D6849D;
}
</style>
background-color css
<style>
a { background-color: #D6849D; }
a { background-color: rgb(214,132,157); }
div.DivClassName
{
background-color: #D6849D;
}
.BgClassName
{
background-color: #D6849D;
}
</style>
border-color css
<style>
span { border-color: #D6849D; }
span { border-color: rgb(214,132,157); }
td.TdClassName
{
border-color: #D6849D;
}
.TagClassName
{
border-color: #D6849D;
}
</style>