Shades of Can Can #D894A1
Tints of Can Can #D894A1
RGB
CMYK
RGB Variations
Color information
#D894A1 (or 0xD894A1) is known color: Can Can. HEX triplet: D8, 94 and A1. RGB value is (216,148,161). Sum of RGB (Red+Green+Blue) = 216+148+161=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D894A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D894A1 is #276B5E. Grayscale: #A9A9A9. Windows color (decimal): -2583391 or 10589400. OLE color: 10589400.
HSL color Cylindrical-coordinate representation of color #D894A1: hue angle of 348.53º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D894A1 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 161 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.15 |
| HSL | 348.53º | 0.47% | 0.71% | - |
| HSV(B) | 348.53º | 0.31% | 0.85% | - |
| XYZ | 45.34 | 38.35 | 38.73 | - |
| YUV | 169.81 | 123.03 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 161 | 0 | 0.31 | 0.25 | 0.15 | 348.53 | 0.47 | 0.71 |
| Hex | D8 | 94 | A1 | 0 | 1F | 19 | F | 15D | 2F | 47 |
| Octal | 330 | 224 | 241 | 0 | 37 | 31 | 17 | 535 | 57 | 107 |
| Binary | 11011000 | 10010100 | 10100001 | 0 | 11111 | 11001 | 1111 | 101011101 | 101111 | 1000111 |
Color Harmonies of #D894A1
Complementary color
Monochromatic Colors of #D894A1
Black with #D894A1
Text Example
Text Example
White with #D894A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D894A1; }
p { color: rgb(216,148,161); }
H1.HeaderClassName
{
color: #D894A1;
}
.AnyTagClassName
{
color: #D894A1;
}
</style>
background-color css
<style>
a { background-color: #D894A1; }
a { background-color: rgb(216,148,161); }
div.DivClassName
{
background-color: #D894A1;
}
.BgClassName
{
background-color: #D894A1;
}
</style>
border-color css
<style>
span { border-color: #D894A1; }
span { border-color: rgb(216,148,161); }
td.TdClassName
{
border-color: #D894A1;
}
.TagClassName
{
border-color: #D894A1;
}
</style>