Shades of Can Can #D6849A
Tints of Can Can #D6849A
RGB
CMYK
RGB Variations
Color information
#D6849A (or 0xD6849A) is known color: Can Can. HEX triplet: D6, 84 and 9A. RGB value is (214,132,154). Sum of RGB (Red+Green+Blue) = 214+132+154=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6849A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6849A is #297B65. Grayscale: #9F9F9F. Windows color (decimal): -2718566 or 10126550. OLE color: 10126550.
HSL color Cylindrical-coordinate representation of color #D6849A: hue angle of 343.9º 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 #D6849A is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 154 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.16 |
| HSL | 343.9º | 0.5% | 0.68% | - |
| HSV(B) | 343.9º | 0.38% | 0.84% | - |
| XYZ | 41.82 | 33.13 | 34.76 | - |
| YUV | 159.03 | 125.17 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 154 | 0 | 0.38 | 0.28 | 0.16 | 343.9 | 0.5 | 0.68 |
| Hex | D6 | 84 | 9A | 0 | 26 | 1C | 10 | 158 | 32 | 44 |
| Octal | 326 | 204 | 232 | 0 | 46 | 34 | 20 | 530 | 62 | 104 |
| Binary | 11010110 | 10000100 | 10011010 | 0 | 100110 | 11100 | 10000 | 101011000 | 110010 | 1000100 |
Color Harmonies of #D6849A
Complementary color
Monochromatic Colors of #D6849A
Black with #D6849A
Text Example
Text Example
White with #D6849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6849A; }
p { color: rgb(214,132,154); }
H1.HeaderClassName
{
color: #D6849A;
}
.AnyTagClassName
{
color: #D6849A;
}
</style>
background-color css
<style>
a { background-color: #D6849A; }
a { background-color: rgb(214,132,154); }
div.DivClassName
{
background-color: #D6849A;
}
.BgClassName
{
background-color: #D6849A;
}
</style>
border-color css
<style>
span { border-color: #D6849A; }
span { border-color: rgb(214,132,154); }
td.TdClassName
{
border-color: #D6849A;
}
.TagClassName
{
border-color: #D6849A;
}
</style>