Shades of Can Can #D48C9D
Tints of Can Can #D48C9D
RGB
CMYK
RGB Variations
Color information
#D48C9D (or 0xD48C9D) is known color: Can Can. HEX triplet: D4, 8C and 9D. RGB value is (212,140,157). Sum of RGB (Red+Green+Blue) = 212+140+157=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48C9D is #2B7362. Grayscale: #A3A3A3. Windows color (decimal): -2847587 or 10325204. OLE color: 10325204.
HSL color Cylindrical-coordinate representation of color #D48C9D: hue angle of 345.83º 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 #D48C9D is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 140 | 157 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.17 |
| HSL | 345.83º | 0.46% | 0.69% | - |
| HSV(B) | 345.83º | 0.34% | 0.83% | - |
| XYZ | 42.62 | 35.19 | 36.44 | - |
| YUV | 163.47 | 124.35 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 157 | 0 | 0.34 | 0.26 | 0.17 | 345.83 | 0.46 | 0.69 |
| Hex | D4 | 8C | 9D | 0 | 22 | 1A | 11 | 15A | 2E | 45 |
| Octal | 324 | 214 | 235 | 0 | 42 | 32 | 21 | 532 | 56 | 105 |
| Binary | 11010100 | 10001100 | 10011101 | 0 | 100010 | 11010 | 10001 | 101011010 | 101110 | 1000101 |
Color Harmonies of #D48C9D
Complementary color
Monochromatic Colors of #D48C9D
Black with #D48C9D
Text Example
Text Example
White with #D48C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48C9D; }
p { color: rgb(212,140,157); }
H1.HeaderClassName
{
color: #D48C9D;
}
.AnyTagClassName
{
color: #D48C9D;
}
</style>
background-color css
<style>
a { background-color: #D48C9D; }
a { background-color: rgb(212,140,157); }
div.DivClassName
{
background-color: #D48C9D;
}
.BgClassName
{
background-color: #D48C9D;
}
</style>
border-color css
<style>
span { border-color: #D48C9D; }
span { border-color: rgb(212,140,157); }
td.TdClassName
{
border-color: #D48C9D;
}
.TagClassName
{
border-color: #D48C9D;
}
</style>