Shades of Can Can #D680A2
Tints of Can Can #D680A2
RGB
CMYK
RGB Variations
Color information
#D680A2 (or 0xD680A2) is known color: Can Can. HEX triplet: D6, 80 and A2. RGB value is (214,128,162). Sum of RGB (Red+Green+Blue) = 214+128+162=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D680A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D680A2 is #297F5D. Grayscale: #9D9D9D. Windows color (decimal): -2719582 or 10649814. OLE color: 10649814.
HSL color Cylindrical-coordinate representation of color #D680A2: hue angle of 336.28º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D680A2 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 162 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.16 |
| HSL | 336.28º | 0.51% | 0.67% | - |
| HSV(B) | 336.28º | 0.4% | 0.84% | - |
| XYZ | 41.97 | 32.34 | 38.21 | - |
| YUV | 157.59 | 130.49 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 162 | 0 | 0.40 | 0.24 | 0.16 | 336.28 | 0.51 | 0.67 |
| Hex | D6 | 80 | A2 | 0 | 28 | 18 | 10 | 150 | 33 | 43 |
| Octal | 326 | 200 | 242 | 0 | 50 | 30 | 20 | 520 | 63 | 103 |
| Binary | 11010110 | 10000000 | 10100010 | 0 | 101000 | 11000 | 10000 | 101010000 | 110011 | 1000011 |
Color Harmonies of #D680A2
Complementary color
Monochromatic Colors of #D680A2
Black with #D680A2
Text Example
Text Example
White with #D680A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D680A2; }
p { color: rgb(214,128,162); }
H1.HeaderClassName
{
color: #D680A2;
}
.AnyTagClassName
{
color: #D680A2;
}
</style>
background-color css
<style>
a { background-color: #D680A2; }
a { background-color: rgb(214,128,162); }
div.DivClassName
{
background-color: #D680A2;
}
.BgClassName
{
background-color: #D680A2;
}
</style>
border-color css
<style>
span { border-color: #D680A2; }
span { border-color: rgb(214,128,162); }
td.TdClassName
{
border-color: #D680A2;
}
.TagClassName
{
border-color: #D680A2;
}
</style>