Shades of Can Can #D48C91
Tints of Can Can #D48C91
RGB
CMYK
RGB Variations
Color information
#D48C91 (or 0xD48C91) is known color: Can Can. HEX triplet: D4, 8C and 91. RGB value is (212,140,145). Sum of RGB (Red+Green+Blue) = 212+140+145=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48C91 is #2B736E. Grayscale: #A2A2A2. Windows color (decimal): -2847599 or 9538772. OLE color: 9538772.
HSL color Cylindrical-coordinate representation of color #D48C91: hue angle of 355.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 #D48C91 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 140 | 145 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.17 |
| HSL | 355.83º | 0.46% | 0.69% | - |
| HSV(B) | 355.83º | 0.34% | 0.83% | - |
| XYZ | 41.64 | 34.8 | 31.31 | - |
| YUV | 162.1 | 118.35 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 145 | 0 | 0.34 | 0.32 | 0.17 | 355.83 | 0.46 | 0.69 |
| Hex | D4 | 8C | 91 | 0 | 22 | 20 | 11 | 164 | 2E | 45 |
| Octal | 324 | 214 | 221 | 0 | 42 | 40 | 21 | 544 | 56 | 105 |
| Binary | 11010100 | 10001100 | 10010001 | 0 | 100010 | 100000 | 10001 | 101100100 | 101110 | 1000101 |
Color Harmonies of #D48C91
Complementary color
Monochromatic Colors of #D48C91
Black with #D48C91
Text Example
Text Example
White with #D48C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48C91; }
p { color: rgb(212,140,145); }
H1.HeaderClassName
{
color: #D48C91;
}
.AnyTagClassName
{
color: #D48C91;
}
</style>
background-color css
<style>
a { background-color: #D48C91; }
a { background-color: rgb(212,140,145); }
div.DivClassName
{
background-color: #D48C91;
}
.BgClassName
{
background-color: #D48C91;
}
</style>
border-color css
<style>
span { border-color: #D48C91; }
span { border-color: rgb(212,140,145); }
td.TdClassName
{
border-color: #D48C91;
}
.TagClassName
{
border-color: #D48C91;
}
</style>