Shades of Can Can #D894A2
Tints of Can Can #D894A2
RGB
CMYK
RGB Variations
Color information
#D894A2 (or 0xD894A2) is known color: Can Can. HEX triplet: D8, 94 and A2. RGB value is (216,148,162). Sum of RGB (Red+Green+Blue) = 216+148+162=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D894A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D894A2 is #276B5D. Grayscale: #A9A9A9. Windows color (decimal): -2583390 or 10654936. OLE color: 10654936.
HSL color Cylindrical-coordinate representation of color #D894A2: hue angle of 347.65º 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 #D894A2 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 162 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.15 |
| HSL | 347.65º | 0.47% | 0.71% | - |
| HSV(B) | 347.65º | 0.31% | 0.85% | - |
| XYZ | 45.43 | 38.39 | 39.2 | - |
| YUV | 169.93 | 123.53 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 162 | 0 | 0.31 | 0.25 | 0.15 | 347.65 | 0.47 | 0.71 |
| Hex | D8 | 94 | A2 | 0 | 1F | 19 | F | 15C | 2F | 47 |
| Octal | 330 | 224 | 242 | 0 | 37 | 31 | 17 | 534 | 57 | 107 |
| Binary | 11011000 | 10010100 | 10100010 | 0 | 11111 | 11001 | 1111 | 101011100 | 101111 | 1000111 |
Color Harmonies of #D894A2
Complementary color
Monochromatic Colors of #D894A2
Black with #D894A2
Text Example
Text Example
White with #D894A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D894A2; }
p { color: rgb(216,148,162); }
H1.HeaderClassName
{
color: #D894A2;
}
.AnyTagClassName
{
color: #D894A2;
}
</style>
background-color css
<style>
a { background-color: #D894A2; }
a { background-color: rgb(216,148,162); }
div.DivClassName
{
background-color: #D894A2;
}
.BgClassName
{
background-color: #D894A2;
}
</style>
border-color css
<style>
span { border-color: #D894A2; }
span { border-color: rgb(216,148,162); }
td.TdClassName
{
border-color: #D894A2;
}
.TagClassName
{
border-color: #D894A2;
}
</style>