Shades of Can Can #D684A1
Tints of Can Can #D684A1
RGB
CMYK
RGB Variations
Color information
#D684A1 (or 0xD684A1) is known color: Can Can. HEX triplet: D6, 84 and A1. RGB value is (214,132,161). Sum of RGB (Red+Green+Blue) = 214+132+161=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D684A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D684A1 is #297B5E. Grayscale: #9F9F9F. Windows color (decimal): -2718559 or 10585302. OLE color: 10585302.
HSL color Cylindrical-coordinate representation of color #D684A1: hue angle of 338.78º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D684A1 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 161 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.16 |
| HSL | 338.78º | 0.5% | 0.68% | - |
| HSV(B) | 338.78º | 0.38% | 0.84% | - |
| XYZ | 42.42 | 33.37 | 37.92 | - |
| YUV | 159.82 | 128.67 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 161 | 0 | 0.38 | 0.25 | 0.16 | 338.78 | 0.5 | 0.68 |
| Hex | D6 | 84 | A1 | 0 | 26 | 19 | 10 | 153 | 32 | 44 |
| Octal | 326 | 204 | 241 | 0 | 46 | 31 | 20 | 523 | 62 | 104 |
| Binary | 11010110 | 10000100 | 10100001 | 0 | 100110 | 11001 | 10000 | 101010011 | 110010 | 1000100 |
Color Harmonies of #D684A1
Complementary color
Monochromatic Colors of #D684A1
Black with #D684A1
Text Example
Text Example
White with #D684A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D684A1; }
p { color: rgb(214,132,161); }
H1.HeaderClassName
{
color: #D684A1;
}
.AnyTagClassName
{
color: #D684A1;
}
</style>
background-color css
<style>
a { background-color: #D684A1; }
a { background-color: rgb(214,132,161); }
div.DivClassName
{
background-color: #D684A1;
}
.BgClassName
{
background-color: #D684A1;
}
</style>
border-color css
<style>
span { border-color: #D684A1; }
span { border-color: rgb(214,132,161); }
td.TdClassName
{
border-color: #D684A1;
}
.TagClassName
{
border-color: #D684A1;
}
</style>