Shades of Can Can #D48A9D
Tints of Can Can #D48A9D
RGB
CMYK
RGB Variations
Color information
#D48A9D (or 0xD48A9D) is known color: Can Can. HEX triplet: D4, 8A and 9D. RGB value is (212,138,157). Sum of RGB (Red+Green+Blue) = 212+138+157=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48A9D is #2B7562. Grayscale: #A2A2A2. Windows color (decimal): -2848099 or 10324692. OLE color: 10324692.
HSL color Cylindrical-coordinate representation of color #D48A9D: hue angle of 344.59º 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 #D48A9D is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 138 | 157 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.17 |
| HSL | 344.59º | 0.46% | 0.69% | - |
| HSV(B) | 344.59º | 0.35% | 0.83% | - |
| XYZ | 42.33 | 34.61 | 36.35 | - |
| YUV | 162.29 | 125.02 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 138 | 157 | 0 | 0.35 | 0.26 | 0.17 | 344.59 | 0.46 | 0.69 |
| Hex | D4 | 8A | 9D | 0 | 23 | 1A | 11 | 159 | 2E | 45 |
| Octal | 324 | 212 | 235 | 0 | 43 | 32 | 21 | 531 | 56 | 105 |
| Binary | 11010100 | 10001010 | 10011101 | 0 | 100011 | 11010 | 10001 | 101011001 | 101110 | 1000101 |
Color Harmonies of #D48A9D
Complementary color
Monochromatic Colors of #D48A9D
Black with #D48A9D
Text Example
Text Example
White with #D48A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48A9D; }
p { color: rgb(212,138,157); }
H1.HeaderClassName
{
color: #D48A9D;
}
.AnyTagClassName
{
color: #D48A9D;
}
</style>
background-color css
<style>
a { background-color: #D48A9D; }
a { background-color: rgb(212,138,157); }
div.DivClassName
{
background-color: #D48A9D;
}
.BgClassName
{
background-color: #D48A9D;
}
</style>
border-color css
<style>
span { border-color: #D48A9D; }
span { border-color: rgb(212,138,157); }
td.TdClassName
{
border-color: #D48A9D;
}
.TagClassName
{
border-color: #D48A9D;
}
</style>