Shades of Can Can #D6848E
Tints of Can Can #D6848E
RGB
CMYK
RGB Variations
Color information
#D6848E (or 0xD6848E) is known color: Can Can. HEX triplet: D6, 84 and 8E. RGB value is (214,132,142). Sum of RGB (Red+Green+Blue) = 214+132+142=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6848E is #297B71. Grayscale: #9D9D9D. Windows color (decimal): -2718578 or 9340118. OLE color: 9340118.
HSL color Cylindrical-coordinate representation of color #D6848E: hue angle of 352.68º 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 #D6848E is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 142 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.16 |
| HSL | 352.68º | 0.5% | 0.68% | - |
| HSV(B) | 352.68º | 0.38% | 0.84% | - |
| XYZ | 40.87 | 32.75 | 29.76 | - |
| YUV | 157.66 | 119.17 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 142 | 0 | 0.38 | 0.34 | 0.16 | 352.68 | 0.5 | 0.68 |
| Hex | D6 | 84 | 8E | 0 | 26 | 22 | 10 | 161 | 32 | 44 |
| Octal | 326 | 204 | 216 | 0 | 46 | 42 | 20 | 541 | 62 | 104 |
| Binary | 11010110 | 10000100 | 10001110 | 0 | 100110 | 100010 | 10000 | 101100001 | 110010 | 1000100 |
Color Harmonies of #D6848E
Complementary color
Monochromatic Colors of #D6848E
Black with #D6848E
Text Example
Text Example
White with #D6848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6848E; }
p { color: rgb(214,132,142); }
H1.HeaderClassName
{
color: #D6848E;
}
.AnyTagClassName
{
color: #D6848E;
}
</style>
background-color css
<style>
a { background-color: #D6848E; }
a { background-color: rgb(214,132,142); }
div.DivClassName
{
background-color: #D6848E;
}
.BgClassName
{
background-color: #D6848E;
}
</style>
border-color css
<style>
span { border-color: #D6848E; }
span { border-color: rgb(214,132,142); }
td.TdClassName
{
border-color: #D6848E;
}
.TagClassName
{
border-color: #D6848E;
}
</style>