Shades of Can Can #D6898E
Tints of Can Can #D6898E
RGB
CMYK
RGB Variations
Color information
#D6898E (or 0xD6898E) is known color: Can Can. HEX triplet: D6, 89 and 8E. RGB value is (214,137,142). Sum of RGB (Red+Green+Blue) = 214+137+142=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D6898E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6898E is #297671. Grayscale: #A0A0A0. Windows color (decimal): -2717298 or 9341398. OLE color: 9341398.
HSL color Cylindrical-coordinate representation of color #D6898E: hue angle of 356.1º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6898E is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 137 | 142 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.16 |
| HSL | 356.1º | 0.48% | 0.69% | - |
| HSV(B) | 356.1º | 0.36% | 0.84% | - |
| XYZ | 41.56 | 34.14 | 29.99 | - |
| YUV | 160.59 | 117.51 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 142 | 0 | 0.36 | 0.34 | 0.16 | 356.1 | 0.48 | 0.69 |
| Hex | D6 | 89 | 8E | 0 | 24 | 22 | 10 | 164 | 30 | 45 |
| Octal | 326 | 211 | 216 | 0 | 44 | 42 | 20 | 544 | 60 | 105 |
| Binary | 11010110 | 10001001 | 10001110 | 0 | 100100 | 100010 | 10000 | 101100100 | 110000 | 1000101 |
Color Harmonies of #D6898E
Complementary color
Monochromatic Colors of #D6898E
Black with #D6898E
Text Example
Text Example
White with #D6898E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6898E; }
p { color: rgb(214,137,142); }
H1.HeaderClassName
{
color: #D6898E;
}
.AnyTagClassName
{
color: #D6898E;
}
</style>
background-color css
<style>
a { background-color: #D6898E; }
a { background-color: rgb(214,137,142); }
div.DivClassName
{
background-color: #D6898E;
}
.BgClassName
{
background-color: #D6898E;
}
</style>
border-color css
<style>
span { border-color: #D6898E; }
span { border-color: rgb(214,137,142); }
td.TdClassName
{
border-color: #D6898E;
}
.TagClassName
{
border-color: #D6898E;
}
</style>