Shades of Can Can #D48A8E
Tints of Can Can #D48A8E
RGB
CMYK
RGB Variations
Color information
#D48A8E (or 0xD48A8E) is known color: Can Can. HEX triplet: D4, 8A and 8E. RGB value is (212,138,142). Sum of RGB (Red+Green+Blue) = 212+138+142=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48A8E is #2B7571. Grayscale: #A0A0A0. Windows color (decimal): -2848114 or 9341652. OLE color: 9341652.
HSL color Cylindrical-coordinate representation of color #D48A8E: hue angle of 356.76º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D48A8E is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 138 | 142 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.17 |
| HSL | 356.76º | 0.46% | 0.69% | - |
| HSV(B) | 356.76º | 0.35% | 0.83% | - |
| XYZ | 41.12 | 34.13 | 30.01 | - |
| YUV | 160.58 | 117.52 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 138 | 142 | 0 | 0.35 | 0.33 | 0.17 | 356.76 | 0.46 | 0.69 |
| Hex | D4 | 8A | 8E | 0 | 23 | 21 | 11 | 165 | 2E | 45 |
| Octal | 324 | 212 | 216 | 0 | 43 | 41 | 21 | 545 | 56 | 105 |
| Binary | 11010100 | 10001010 | 10001110 | 0 | 100011 | 100001 | 10001 | 101100101 | 101110 | 1000101 |
Color Harmonies of #D48A8E
Complementary color
Monochromatic Colors of #D48A8E
Black with #D48A8E
Text Example
Text Example
White with #D48A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48A8E; }
p { color: rgb(212,138,142); }
H1.HeaderClassName
{
color: #D48A8E;
}
.AnyTagClassName
{
color: #D48A8E;
}
</style>
background-color css
<style>
a { background-color: #D48A8E; }
a { background-color: rgb(212,138,142); }
div.DivClassName
{
background-color: #D48A8E;
}
.BgClassName
{
background-color: #D48A8E;
}
</style>
border-color css
<style>
span { border-color: #D48A8E; }
span { border-color: rgb(212,138,142); }
td.TdClassName
{
border-color: #D48A8E;
}
.TagClassName
{
border-color: #D48A8E;
}
</style>