Shades of Can Can #D98D94
Tints of Can Can #D98D94
RGB
CMYK
RGB Variations
Color information
#D98D94 (or 0xD98D94) is known color: Can Can. HEX triplet: D9, 8D and 94. RGB value is (217,141,148). Sum of RGB (Red+Green+Blue) = 217+141+148=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98D94 is #26726B. Grayscale: #A4A4A4. Windows color (decimal): -2519660 or 9735641. OLE color: 9735641.
HSL color Cylindrical-coordinate representation of color #D98D94: hue angle of 354.47º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98D94 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 141 | 148 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.15 |
| HSL | 354.47º | 0.5% | 0.7% | - |
| HSV(B) | 354.47º | 0.35% | 0.85% | - |
| XYZ | 43.49 | 35.94 | 32.66 | - |
| YUV | 164.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 141 | 148 | 0 | 0.35 | 0.32 | 0.15 | 354.47 | 0.5 | 0.7 |
| Hex | D9 | 8D | 94 | 0 | 23 | 20 | F | 162 | 32 | 46 |
| Octal | 331 | 215 | 224 | 0 | 43 | 40 | 17 | 542 | 62 | 106 |
| Binary | 11011001 | 10001101 | 10010100 | 0 | 100011 | 100000 | 1111 | 101100010 | 110010 | 1000110 |
Color Harmonies of #D98D94
Complementary color
Monochromatic Colors of #D98D94
Black with #D98D94
Text Example
Text Example
White with #D98D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98D94; }
p { color: rgb(217,141,148); }
H1.HeaderClassName
{
color: #D98D94;
}
.AnyTagClassName
{
color: #D98D94;
}
</style>
background-color css
<style>
a { background-color: #D98D94; }
a { background-color: rgb(217,141,148); }
div.DivClassName
{
background-color: #D98D94;
}
.BgClassName
{
background-color: #D98D94;
}
</style>
border-color css
<style>
span { border-color: #D98D94; }
span { border-color: rgb(217,141,148); }
td.TdClassName
{
border-color: #D98D94;
}
.TagClassName
{
border-color: #D98D94;
}
</style>