Shades of Can Can #D6819B
Tints of Can Can #D6819B
RGB
CMYK
RGB Variations
Color information
#D6819B (or 0xD6819B) is known color: Can Can. HEX triplet: D6, 81 and 9B. RGB value is (214,129,155). Sum of RGB (Red+Green+Blue) = 214+129+155=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D6819B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6819B is #297E64. Grayscale: #9D9D9D. Windows color (decimal): -2719333 or 10191318. OLE color: 10191318.
HSL color Cylindrical-coordinate representation of color #D6819B: hue angle of 341.65º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6819B is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 155 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.16 |
| HSL | 341.65º | 0.51% | 0.67% | - |
| HSV(B) | 341.65º | 0.4% | 0.84% | - |
| XYZ | 41.5 | 32.36 | 35.07 | - |
| YUV | 157.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 155 | 0 | 0.40 | 0.28 | 0.16 | 341.65 | 0.51 | 0.67 |
| Hex | D6 | 81 | 9B | 0 | 28 | 1C | 10 | 156 | 33 | 43 |
| Octal | 326 | 201 | 233 | 0 | 50 | 34 | 20 | 526 | 63 | 103 |
| Binary | 11010110 | 10000001 | 10011011 | 0 | 101000 | 11100 | 10000 | 101010110 | 110011 | 1000011 |
Color Harmonies of #D6819B
Complementary color
Monochromatic Colors of #D6819B
Black with #D6819B
Text Example
Text Example
White with #D6819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6819B; }
p { color: rgb(214,129,155); }
H1.HeaderClassName
{
color: #D6819B;
}
.AnyTagClassName
{
color: #D6819B;
}
</style>
background-color css
<style>
a { background-color: #D6819B; }
a { background-color: rgb(214,129,155); }
div.DivClassName
{
background-color: #D6819B;
}
.BgClassName
{
background-color: #D6819B;
}
</style>
border-color css
<style>
span { border-color: #D6819B; }
span { border-color: rgb(214,129,155); }
td.TdClassName
{
border-color: #D6819B;
}
.TagClassName
{
border-color: #D6819B;
}
</style>