Shades of Can Can #D48B99
Tints of Can Can #D48B99
RGB
CMYK
RGB Variations
Color information
#D48B99 (or 0xD48B99) is known color: Can Can. HEX triplet: D4, 8B and 99. RGB value is (212,139,153). Sum of RGB (Red+Green+Blue) = 212+139+153=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 212 - color contains mainly: red. Hex color #D48B99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48B99 is #2B7466. Grayscale: #A2A2A2. Windows color (decimal): -2847847 or 10062804. OLE color: 10062804.
HSL color Cylindrical-coordinate representation of color #D48B99: hue angle of 348.49º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D48B99 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 139 | 153 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.17 |
| HSL | 348.49º | 0.46% | 0.69% | - |
| HSV(B) | 348.49º | 0.34% | 0.83% | - |
| XYZ | 42.13 | 34.76 | 34.63 | - |
| YUV | 162.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 139 | 153 | 0 | 0.34 | 0.28 | 0.17 | 348.49 | 0.46 | 0.69 |
| Hex | D4 | 8B | 99 | 0 | 22 | 1C | 11 | 15C | 2E | 45 |
| Octal | 324 | 213 | 231 | 0 | 42 | 34 | 21 | 534 | 56 | 105 |
| Binary | 11010100 | 10001011 | 10011001 | 0 | 100010 | 11100 | 10001 | 101011100 | 101110 | 1000101 |
Color Harmonies of #D48B99
Complementary color
Monochromatic Colors of #D48B99
Black with #D48B99
Text Example
Text Example
White with #D48B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48B99; }
p { color: rgb(212,139,153); }
H1.HeaderClassName
{
color: #D48B99;
}
.AnyTagClassName
{
color: #D48B99;
}
</style>
background-color css
<style>
a { background-color: #D48B99; }
a { background-color: rgb(212,139,153); }
div.DivClassName
{
background-color: #D48B99;
}
.BgClassName
{
background-color: #D48B99;
}
</style>
border-color css
<style>
span { border-color: #D48B99; }
span { border-color: rgb(212,139,153); }
td.TdClassName
{
border-color: #D48B99;
}
.TagClassName
{
border-color: #D48B99;
}
</style>