Shades of Can Can #D49198
Tints of Can Can #D49198
RGB
CMYK
RGB Variations
Color information
#D49198 (or 0xD49198) is known color: Can Can. HEX triplet: D4, 91 and 98. RGB value is (212,145,152). Sum of RGB (Red+Green+Blue) = 212+145+152=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D49198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49198 is #2B6E67. Grayscale: #A5A5A5. Windows color (decimal): -2846312 or 9998804. OLE color: 9998804.
HSL color Cylindrical-coordinate representation of color #D49198: hue angle of 353.73º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D49198 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 145 | 152 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.17 |
| HSL | 353.73º | 0.44% | 0.7% | - |
| HSV(B) | 353.73º | 0.32% | 0.83% | - |
| XYZ | 42.94 | 36.51 | 34.49 | - |
| YUV | 165.83 | 120.2 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 152 | 0 | 0.32 | 0.28 | 0.17 | 353.73 | 0.44 | 0.7 |
| Hex | D4 | 91 | 98 | 0 | 20 | 1C | 11 | 162 | 2C | 46 |
| Octal | 324 | 221 | 230 | 0 | 40 | 34 | 21 | 542 | 54 | 106 |
| Binary | 11010100 | 10010001 | 10011000 | 0 | 100000 | 11100 | 10001 | 101100010 | 101100 | 1000110 |
Color Harmonies of #D49198
Complementary color
Monochromatic Colors of #D49198
Black with #D49198
Text Example
Text Example
White with #D49198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49198; }
p { color: rgb(212,145,152); }
H1.HeaderClassName
{
color: #D49198;
}
.AnyTagClassName
{
color: #D49198;
}
</style>
background-color css
<style>
a { background-color: #D49198; }
a { background-color: rgb(212,145,152); }
div.DivClassName
{
background-color: #D49198;
}
.BgClassName
{
background-color: #D49198;
}
</style>
border-color css
<style>
span { border-color: #D49198; }
span { border-color: rgb(212,145,152); }
td.TdClassName
{
border-color: #D49198;
}
.TagClassName
{
border-color: #D49198;
}
</style>