Shades of Can Can #D99094
Tints of Can Can #D99094
RGB
CMYK
RGB Variations
Color information
#D99094 (or 0xD99094) is known color: Can Can. HEX triplet: D9, 90 and 94. RGB value is (217,144,148). Sum of RGB (Red+Green+Blue) = 217+144+148=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D99094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99094 is #266F6B. Grayscale: #A6A6A6. Windows color (decimal): -2518892 or 9736409. OLE color: 9736409.
HSL color Cylindrical-coordinate representation of color #D99094: hue angle of 356.71º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D99094 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 144 | 148 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.15 |
| HSL | 356.71º | 0.49% | 0.71% | - |
| HSV(B) | 356.71º | 0.34% | 0.85% | - |
| XYZ | 43.93 | 36.84 | 32.81 | - |
| YUV | 166.28 | 117.68 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 148 | 0 | 0.34 | 0.32 | 0.15 | 356.71 | 0.49 | 0.71 |
| Hex | D9 | 90 | 94 | 0 | 22 | 20 | F | 165 | 31 | 47 |
| Octal | 331 | 220 | 224 | 0 | 42 | 40 | 17 | 545 | 61 | 107 |
| Binary | 11011001 | 10010000 | 10010100 | 0 | 100010 | 100000 | 1111 | 101100101 | 110001 | 1000111 |
Color Harmonies of #D99094
Complementary color
Monochromatic Colors of #D99094
Black with #D99094
Text Example
Text Example
White with #D99094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99094; }
p { color: rgb(217,144,148); }
H1.HeaderClassName
{
color: #D99094;
}
.AnyTagClassName
{
color: #D99094;
}
</style>
background-color css
<style>
a { background-color: #D99094; }
a { background-color: rgb(217,144,148); }
div.DivClassName
{
background-color: #D99094;
}
.BgClassName
{
background-color: #D99094;
}
</style>
border-color css
<style>
span { border-color: #D99094; }
span { border-color: rgb(217,144,148); }
td.TdClassName
{
border-color: #D99094;
}
.TagClassName
{
border-color: #D99094;
}
</style>