Shades of Can Can #D695A2
Tints of Can Can #D695A2
RGB
CMYK
RGB Variations
Color information
#D695A2 (or 0xD695A2) is known color: Can Can. HEX triplet: D6, 95 and A2. RGB value is (214,149,162). Sum of RGB (Red+Green+Blue) = 214+149+162=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D695A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D695A2 is #296A5D. Grayscale: #A9A9A9. Windows color (decimal): -2714206 or 10655190. OLE color: 10655190.
HSL color Cylindrical-coordinate representation of color #D695A2: hue angle of 348º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D695A2 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 162 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.16 |
| HSL | 348º | 0.44% | 0.71% | - |
| HSV(B) | 348º | 0.3% | 0.84% | - |
| XYZ | 45 | 38.4 | 39.22 | - |
| YUV | 169.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 162 | 0 | 0.30 | 0.24 | 0.16 | 348 | 0.44 | 0.71 |
| Hex | D6 | 95 | A2 | 0 | 1E | 18 | 10 | 15C | 2C | 47 |
| Octal | 326 | 225 | 242 | 0 | 36 | 30 | 20 | 534 | 54 | 107 |
| Binary | 11010110 | 10010101 | 10100010 | 0 | 11110 | 11000 | 10000 | 101011100 | 101100 | 1000111 |
Color Harmonies of #D695A2
Complementary color
Monochromatic Colors of #D695A2
Black with #D695A2
Text Example
Text Example
White with #D695A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D695A2; }
p { color: rgb(214,149,162); }
H1.HeaderClassName
{
color: #D695A2;
}
.AnyTagClassName
{
color: #D695A2;
}
</style>
background-color css
<style>
a { background-color: #D695A2; }
a { background-color: rgb(214,149,162); }
div.DivClassName
{
background-color: #D695A2;
}
.BgClassName
{
background-color: #D695A2;
}
</style>
border-color css
<style>
span { border-color: #D695A2; }
span { border-color: rgb(214,149,162); }
td.TdClassName
{
border-color: #D695A2;
}
.TagClassName
{
border-color: #D695A2;
}
</style>