Shades of Can Can #D09099
Tints of Can Can #D09099
RGB
CMYK
RGB Variations
Color information
#D09099 (or 0xD09099) is known color: Can Can. HEX triplet: D0, 90 and 99. RGB value is (208,144,153). Sum of RGB (Red+Green+Blue) = 208+144+153=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D09099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09099 is #2F6F66. Grayscale: #A4A4A4. Windows color (decimal): -3108711 or 10064080. OLE color: 10064080.
HSL color Cylindrical-coordinate representation of color #D09099: hue angle of 351.56º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D09099 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 144 | 153 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.18 |
| HSL | 351.56º | 0.41% | 0.69% | - |
| HSV(B) | 351.56º | 0.31% | 0.82% | - |
| XYZ | 41.74 | 35.66 | 34.82 | - |
| YUV | 164.16 | 121.7 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 144 | 153 | 0 | 0.31 | 0.26 | 0.18 | 351.56 | 0.41 | 0.69 |
| Hex | D0 | 90 | 99 | 0 | 1F | 1A | 12 | 160 | 29 | 45 |
| Octal | 320 | 220 | 231 | 0 | 37 | 32 | 22 | 540 | 51 | 105 |
| Binary | 11010000 | 10010000 | 10011001 | 0 | 11111 | 11010 | 10010 | 101100000 | 101001 | 1000101 |
Color Harmonies of #D09099
Complementary color
Monochromatic Colors of #D09099
Black with #D09099
Text Example
Text Example
White with #D09099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09099; }
p { color: rgb(208,144,153); }
H1.HeaderClassName
{
color: #D09099;
}
.AnyTagClassName
{
color: #D09099;
}
</style>
background-color css
<style>
a { background-color: #D09099; }
a { background-color: rgb(208,144,153); }
div.DivClassName
{
background-color: #D09099;
}
.BgClassName
{
background-color: #D09099;
}
</style>
border-color css
<style>
span { border-color: #D09099; }
span { border-color: rgb(208,144,153); }
td.TdClassName
{
border-color: #D09099;
}
.TagClassName
{
border-color: #D09099;
}
</style>