Shades of Can Can #D793A0
Tints of Can Can #D793A0
RGB
CMYK
RGB Variations
Color information
#D793A0 (or 0xD793A0) is known color: Can Can. HEX triplet: D7, 93 and A0. RGB value is (215,147,160). Sum of RGB (Red+Green+Blue) = 215+147+160=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D793A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D793A0 is #286C5F. Grayscale: #A8A8A8. Windows color (decimal): -2649184 or 10523607. OLE color: 10523607.
HSL color Cylindrical-coordinate representation of color #D793A0: hue angle of 348.53º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D793A0 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 147 | 160 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.16 |
| HSL | 348.53º | 0.46% | 0.71% | - |
| HSV(B) | 348.53º | 0.32% | 0.84% | - |
| XYZ | 44.8 | 37.85 | 38.2 | - |
| YUV | 168.81 | 123.03 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 160 | 0 | 0.32 | 0.26 | 0.16 | 348.53 | 0.46 | 0.71 |
| Hex | D7 | 93 | A0 | 0 | 20 | 1A | 10 | 15D | 2E | 47 |
| Octal | 327 | 223 | 240 | 0 | 40 | 32 | 20 | 535 | 56 | 107 |
| Binary | 11010111 | 10010011 | 10100000 | 0 | 100000 | 11010 | 10000 | 101011101 | 101110 | 1000111 |
Color Harmonies of #D793A0
Complementary color
Monochromatic Colors of #D793A0
Black with #D793A0
Text Example
Text Example
White with #D793A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D793A0; }
p { color: rgb(215,147,160); }
H1.HeaderClassName
{
color: #D793A0;
}
.AnyTagClassName
{
color: #D793A0;
}
</style>
background-color css
<style>
a { background-color: #D793A0; }
a { background-color: rgb(215,147,160); }
div.DivClassName
{
background-color: #D793A0;
}
.BgClassName
{
background-color: #D793A0;
}
</style>
border-color css
<style>
span { border-color: #D793A0; }
span { border-color: rgb(215,147,160); }
td.TdClassName
{
border-color: #D793A0;
}
.TagClassName
{
border-color: #D793A0;
}
</style>