Shades of Can Can #D687A1
Tints of Can Can #D687A1
RGB
CMYK
RGB Variations
Color information
#D687A1 (or 0xD687A1) is known color: Can Can. HEX triplet: D6, 87 and A1. RGB value is (214,135,161). Sum of RGB (Red+Green+Blue) = 214+135+161=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 135 (53.12% from 255 or 26.47% from 510); Blue value is 161 (63.28% from 255 or 31.57% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D687A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D687A1 is #29785E. Grayscale: #A1A1A1. Windows color (decimal): -2717791 or 10586070. OLE color: 10586070.
HSL color Cylindrical-coordinate representation of color #D687A1: hue angle of 340.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D687A1 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 161 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.16 |
| HSL | 340.25º | 0.49% | 0.68% | - |
| HSV(B) | 340.25º | 0.37% | 0.84% | - |
| XYZ | 42.83 | 34.2 | 38.06 | - |
| YUV | 161.59 | 127.67 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 161 | 0 | 0.37 | 0.25 | 0.16 | 340.25 | 0.49 | 0.68 |
| Hex | D6 | 87 | A1 | 0 | 25 | 19 | 10 | 154 | 31 | 44 |
| Octal | 326 | 207 | 241 | 0 | 45 | 31 | 20 | 524 | 61 | 104 |
| Binary | 11010110 | 10000111 | 10100001 | 0 | 100101 | 11001 | 10000 | 101010100 | 110001 | 1000100 |
Color Harmonies of #D687A1
Complementary color
Monochromatic Colors of #D687A1
Black with #D687A1
Text Example
Text Example
White with #D687A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D687A1; }
p { color: rgb(214,135,161); }
H1.HeaderClassName
{
color: #D687A1;
}
.AnyTagClassName
{
color: #D687A1;
}
</style>
background-color css
<style>
a { background-color: #D687A1; }
a { background-color: rgb(214,135,161); }
div.DivClassName
{
background-color: #D687A1;
}
.BgClassName
{
background-color: #D687A1;
}
</style>
border-color css
<style>
span { border-color: #D687A1; }
span { border-color: rgb(214,135,161); }
td.TdClassName
{
border-color: #D687A1;
}
.TagClassName
{
border-color: #D687A1;
}
</style>