Shades of Can Can #D09097
Tints of Can Can #D09097
RGB
CMYK
RGB Variations
Color information
#D09097 (or 0xD09097) is known color: Can Can. HEX triplet: D0, 90 and 97. RGB value is (208,144,151). Sum of RGB (Red+Green+Blue) = 208+144+151=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D09097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09097 is #2F6F68. Grayscale: #A3A3A3. Windows color (decimal): -3108713 or 9933008. OLE color: 9933008.
HSL color Cylindrical-coordinate representation of color #D09097: hue angle of 353.44º 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 #D09097 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 144 | 151 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.18 |
| HSL | 353.44º | 0.41% | 0.69% | - |
| HSV(B) | 353.44º | 0.31% | 0.82% | - |
| XYZ | 41.57 | 35.59 | 33.96 | - |
| YUV | 163.93 | 120.7 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 144 | 151 | 0 | 0.31 | 0.27 | 0.18 | 353.44 | 0.41 | 0.69 |
| Hex | D0 | 90 | 97 | 0 | 1F | 1B | 12 | 161 | 29 | 45 |
| Octal | 320 | 220 | 227 | 0 | 37 | 33 | 22 | 541 | 51 | 105 |
| Binary | 11010000 | 10010000 | 10010111 | 0 | 11111 | 11011 | 10010 | 101100001 | 101001 | 1000101 |
Color Harmonies of #D09097
Complementary color
Monochromatic Colors of #D09097
Black with #D09097
Text Example
Text Example
White with #D09097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09097; }
p { color: rgb(208,144,151); }
H1.HeaderClassName
{
color: #D09097;
}
.AnyTagClassName
{
color: #D09097;
}
</style>
background-color css
<style>
a { background-color: #D09097; }
a { background-color: rgb(208,144,151); }
div.DivClassName
{
background-color: #D09097;
}
.BgClassName
{
background-color: #D09097;
}
</style>
border-color css
<style>
span { border-color: #D09097; }
span { border-color: rgb(208,144,151); }
td.TdClassName
{
border-color: #D09097;
}
.TagClassName
{
border-color: #D09097;
}
</style>