Shades of Can Can #D09198
Tints of Can Can #D09198
RGB
CMYK
RGB Variations
Color information
#D09198 (or 0xD09198) is known color: Can Can. HEX triplet: D0, 91 and 98. RGB value is (208,145,152). Sum of RGB (Red+Green+Blue) = 208+145+152=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D09198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09198 is #2F6E67. Grayscale: #A4A4A4. Windows color (decimal): -3108456 or 9998800. OLE color: 9998800.
HSL color Cylindrical-coordinate representation of color #D09198: hue angle of 353.33º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D09198 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 152 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.18 |
| HSL | 353.33º | 0.4% | 0.69% | - |
| HSV(B) | 353.33º | 0.3% | 0.82% | - |
| XYZ | 41.81 | 35.93 | 34.44 | - |
| YUV | 164.64 | 120.87 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 152 | 0 | 0.30 | 0.27 | 0.18 | 353.33 | 0.4 | 0.69 |
| Hex | D0 | 91 | 98 | 0 | 1E | 1B | 12 | 161 | 28 | 45 |
| Octal | 320 | 221 | 230 | 0 | 36 | 33 | 22 | 541 | 50 | 105 |
| Binary | 11010000 | 10010001 | 10011000 | 0 | 11110 | 11011 | 10010 | 101100001 | 101000 | 1000101 |
Color Harmonies of #D09198
Complementary color
Monochromatic Colors of #D09198
Black with #D09198
Text Example
Text Example
White with #D09198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09198; }
p { color: rgb(208,145,152); }
H1.HeaderClassName
{
color: #D09198;
}
.AnyTagClassName
{
color: #D09198;
}
</style>
background-color css
<style>
a { background-color: #D09198; }
a { background-color: rgb(208,145,152); }
div.DivClassName
{
background-color: #D09198;
}
.BgClassName
{
background-color: #D09198;
}
</style>
border-color css
<style>
span { border-color: #D09198; }
span { border-color: rgb(208,145,152); }
td.TdClassName
{
border-color: #D09198;
}
.TagClassName
{
border-color: #D09198;
}
</style>