Shades of Can Can #D794A2
Tints of Can Can #D794A2
RGB
CMYK
RGB Variations
Color information
#D794A2 (or 0xD794A2) is known color: Can Can. HEX triplet: D7, 94 and A2. RGB value is (215,148,162). Sum of RGB (Red+Green+Blue) = 215+148+162=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D794A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D794A2 is #286B5D. Grayscale: #A9A9A9. Windows color (decimal): -2648926 or 10654935. OLE color: 10654935.
HSL color Cylindrical-coordinate representation of color #D794A2: hue angle of 347.46º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D794A2 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 148 | 162 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.16 |
| HSL | 347.46º | 0.46% | 0.71% | - |
| HSV(B) | 347.46º | 0.31% | 0.84% | - |
| XYZ | 45.14 | 38.24 | 39.18 | - |
| YUV | 169.63 | 123.7 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 148 | 162 | 0 | 0.31 | 0.25 | 0.16 | 347.46 | 0.46 | 0.71 |
| Hex | D7 | 94 | A2 | 0 | 1F | 19 | 10 | 15B | 2E | 47 |
| Octal | 327 | 224 | 242 | 0 | 37 | 31 | 20 | 533 | 56 | 107 |
| Binary | 11010111 | 10010100 | 10100010 | 0 | 11111 | 11001 | 10000 | 101011011 | 101110 | 1000111 |
Color Harmonies of #D794A2
Complementary color
Monochromatic Colors of #D794A2
Black with #D794A2
Text Example
Text Example
White with #D794A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D794A2; }
p { color: rgb(215,148,162); }
H1.HeaderClassName
{
color: #D794A2;
}
.AnyTagClassName
{
color: #D794A2;
}
</style>
background-color css
<style>
a { background-color: #D794A2; }
a { background-color: rgb(215,148,162); }
div.DivClassName
{
background-color: #D794A2;
}
.BgClassName
{
background-color: #D794A2;
}
</style>
border-color css
<style>
span { border-color: #D794A2; }
span { border-color: rgb(215,148,162); }
td.TdClassName
{
border-color: #D794A2;
}
.TagClassName
{
border-color: #D794A2;
}
</style>