Shades of Can Can #D6829B
Tints of Can Can #D6829B
RGB
CMYK
RGB Variations
Color information
#D6829B (or 0xD6829B) is known color: Can Can. HEX triplet: D6, 82 and 9B. RGB value is (214,130,155). Sum of RGB (Red+Green+Blue) = 214+130+155=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D6829B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6829B is #297D64. Grayscale: #9D9D9D. Windows color (decimal): -2719077 or 10191574. OLE color: 10191574.
HSL color Cylindrical-coordinate representation of color #D6829B: hue angle of 342.14º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6829B is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 155 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.16 |
| HSL | 342.14º | 0.51% | 0.67% | - |
| HSV(B) | 342.14º | 0.39% | 0.84% | - |
| XYZ | 41.63 | 32.63 | 35.11 | - |
| YUV | 157.97 | 126.33 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 155 | 0 | 0.39 | 0.28 | 0.16 | 342.14 | 0.51 | 0.67 |
| Hex | D6 | 82 | 9B | 0 | 27 | 1C | 10 | 156 | 33 | 43 |
| Octal | 326 | 202 | 233 | 0 | 47 | 34 | 20 | 526 | 63 | 103 |
| Binary | 11010110 | 10000010 | 10011011 | 0 | 100111 | 11100 | 10000 | 101010110 | 110011 | 1000011 |
Color Harmonies of #D6829B
Complementary color
Monochromatic Colors of #D6829B
Black with #D6829B
Text Example
Text Example
White with #D6829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6829B; }
p { color: rgb(214,130,155); }
H1.HeaderClassName
{
color: #D6829B;
}
.AnyTagClassName
{
color: #D6829B;
}
</style>
background-color css
<style>
a { background-color: #D6829B; }
a { background-color: rgb(214,130,155); }
div.DivClassName
{
background-color: #D6829B;
}
.BgClassName
{
background-color: #D6829B;
}
</style>
border-color css
<style>
span { border-color: #D6829B; }
span { border-color: rgb(214,130,155); }
td.TdClassName
{
border-color: #D6829B;
}
.TagClassName
{
border-color: #D6829B;
}
</style>