Shades of Can Can #D48E93
Tints of Can Can #D48E93
RGB
CMYK
RGB Variations
Color information
#D48E93 (or 0xD48E93) is known color: Can Can. HEX triplet: D4, 8E and 93. RGB value is (212,142,147). Sum of RGB (Red+Green+Blue) = 212+142+147=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48E93 is #2B716C. Grayscale: #A3A3A3. Windows color (decimal): -2847085 or 9670356. OLE color: 9670356.
HSL color Cylindrical-coordinate representation of color #D48E93: hue angle of 355.71º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48E93 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 142 | 147 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.17 |
| HSL | 355.71º | 0.45% | 0.69% | - |
| HSV(B) | 355.71º | 0.33% | 0.83% | - |
| XYZ | 42.09 | 35.45 | 32.23 | - |
| YUV | 163.5 | 118.69 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 142 | 147 | 0 | 0.33 | 0.31 | 0.17 | 355.71 | 0.45 | 0.69 |
| Hex | D4 | 8E | 93 | 0 | 21 | 1F | 11 | 164 | 2D | 45 |
| Octal | 324 | 216 | 223 | 0 | 41 | 37 | 21 | 544 | 55 | 105 |
| Binary | 11010100 | 10001110 | 10010011 | 0 | 100001 | 11111 | 10001 | 101100100 | 101101 | 1000101 |
Color Harmonies of #D48E93
Complementary color
Monochromatic Colors of #D48E93
Black with #D48E93
Text Example
Text Example
White with #D48E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48E93; }
p { color: rgb(212,142,147); }
H1.HeaderClassName
{
color: #D48E93;
}
.AnyTagClassName
{
color: #D48E93;
}
</style>
background-color css
<style>
a { background-color: #D48E93; }
a { background-color: rgb(212,142,147); }
div.DivClassName
{
background-color: #D48E93;
}
.BgClassName
{
background-color: #D48E93;
}
</style>
border-color css
<style>
span { border-color: #D48E93; }
span { border-color: rgb(212,142,147); }
td.TdClassName
{
border-color: #D48E93;
}
.TagClassName
{
border-color: #D48E93;
}
</style>