Shades of Can Can #D99095
Tints of Can Can #D99095
RGB
CMYK
RGB Variations
Color information
#D99095 (or 0xD99095) is known color: Can Can. HEX triplet: D9, 90 and 95. RGB value is (217,144,149). Sum of RGB (Red+Green+Blue) = 217+144+149=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 149 (58.59% from 255 or 29.22% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D99095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99095 is #266F6A. Grayscale: #A6A6A6. Windows color (decimal): -2518891 or 9801945. OLE color: 9801945.
HSL color Cylindrical-coordinate representation of color #D99095: hue angle of 355.89º 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 #D99095 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 144 | 149 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.15 |
| HSL | 355.89º | 0.49% | 0.71% | - |
| HSV(B) | 355.89º | 0.34% | 0.85% | - |
| XYZ | 44.01 | 36.87 | 33.23 | - |
| YUV | 166.4 | 118.18 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 149 | 0 | 0.34 | 0.31 | 0.15 | 355.89 | 0.49 | 0.71 |
| Hex | D9 | 90 | 95 | 0 | 22 | 1F | F | 164 | 31 | 47 |
| Octal | 331 | 220 | 225 | 0 | 42 | 37 | 17 | 544 | 61 | 107 |
| Binary | 11011001 | 10010000 | 10010101 | 0 | 100010 | 11111 | 1111 | 101100100 | 110001 | 1000111 |
Color Harmonies of #D99095
Complementary color
Monochromatic Colors of #D99095
Black with #D99095
Text Example
Text Example
White with #D99095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99095; }
p { color: rgb(217,144,149); }
H1.HeaderClassName
{
color: #D99095;
}
.AnyTagClassName
{
color: #D99095;
}
</style>
background-color css
<style>
a { background-color: #D99095; }
a { background-color: rgb(217,144,149); }
div.DivClassName
{
background-color: #D99095;
}
.BgClassName
{
background-color: #D99095;
}
</style>
border-color css
<style>
span { border-color: #D99095; }
span { border-color: rgb(217,144,149); }
td.TdClassName
{
border-color: #D99095;
}
.TagClassName
{
border-color: #D99095;
}
</style>