Shades of Can Can #D48698
Tints of Can Can #D48698
RGB
CMYK
RGB Variations
Color information
#D48698 (or 0xD48698) is known color: Can Can. HEX triplet: D4, 86 and 98. RGB value is (212,134,152). Sum of RGB (Red+Green+Blue) = 212+134+152=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D48698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48698 is #2B7967. Grayscale: #9F9F9F. Windows color (decimal): -2849128 or 9995988. OLE color: 9995988.
HSL color Cylindrical-coordinate representation of color #D48698: hue angle of 346.15º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D48698 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 134 | 152 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.17 |
| HSL | 346.15º | 0.48% | 0.68% | - |
| HSV(B) | 346.15º | 0.37% | 0.83% | - |
| XYZ | 41.34 | 33.31 | 33.96 | - |
| YUV | 159.37 | 123.84 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 134 | 152 | 0 | 0.37 | 0.28 | 0.17 | 346.15 | 0.48 | 0.68 |
| Hex | D4 | 86 | 98 | 0 | 25 | 1C | 11 | 15A | 30 | 44 |
| Octal | 324 | 206 | 230 | 0 | 45 | 34 | 21 | 532 | 60 | 104 |
| Binary | 11010100 | 10000110 | 10011000 | 0 | 100101 | 11100 | 10001 | 101011010 | 110000 | 1000100 |
Color Harmonies of #D48698
Complementary color
Monochromatic Colors of #D48698
Black with #D48698
Text Example
Text Example
White with #D48698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48698; }
p { color: rgb(212,134,152); }
H1.HeaderClassName
{
color: #D48698;
}
.AnyTagClassName
{
color: #D48698;
}
</style>
background-color css
<style>
a { background-color: #D48698; }
a { background-color: rgb(212,134,152); }
div.DivClassName
{
background-color: #D48698;
}
.BgClassName
{
background-color: #D48698;
}
</style>
border-color css
<style>
span { border-color: #D48698; }
span { border-color: rgb(212,134,152); }
td.TdClassName
{
border-color: #D48698;
}
.TagClassName
{
border-color: #D48698;
}
</style>