Shades of Can Can #D98694
Tints of Can Can #D98694
RGB
CMYK
RGB Variations
Color information
#D98694 (or 0xD98694) is known color: Can Can. HEX triplet: D9, 86 and 94. RGB value is (217,134,148). Sum of RGB (Red+Green+Blue) = 217+134+148=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D98694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98694 is #26796B. Grayscale: #A0A0A0. Windows color (decimal): -2521452 or 9733849. OLE color: 9733849.
HSL color Cylindrical-coordinate representation of color #D98694: hue angle of 349.88º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D98694 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 134 | 148 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.15 |
| HSL | 349.88º | 0.52% | 0.69% | - |
| HSV(B) | 349.88º | 0.38% | 0.85% | - |
| XYZ | 42.49 | 33.94 | 32.33 | - |
| YUV | 160.41 | 121 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 134 | 148 | 0 | 0.38 | 0.32 | 0.15 | 349.88 | 0.52 | 0.69 |
| Hex | D9 | 86 | 94 | 0 | 26 | 20 | F | 15E | 34 | 45 |
| Octal | 331 | 206 | 224 | 0 | 46 | 40 | 17 | 536 | 64 | 105 |
| Binary | 11011001 | 10000110 | 10010100 | 0 | 100110 | 100000 | 1111 | 101011110 | 110100 | 1000101 |
Color Harmonies of #D98694
Complementary color
Monochromatic Colors of #D98694
Black with #D98694
Text Example
Text Example
White with #D98694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98694; }
p { color: rgb(217,134,148); }
H1.HeaderClassName
{
color: #D98694;
}
.AnyTagClassName
{
color: #D98694;
}
</style>
background-color css
<style>
a { background-color: #D98694; }
a { background-color: rgb(217,134,148); }
div.DivClassName
{
background-color: #D98694;
}
.BgClassName
{
background-color: #D98694;
}
</style>
border-color css
<style>
span { border-color: #D98694; }
span { border-color: rgb(217,134,148); }
td.TdClassName
{
border-color: #D98694;
}
.TagClassName
{
border-color: #D98694;
}
</style>