Shades of Can Can #D68695
Tints of Can Can #D68695
RGB
CMYK
RGB Variations
Color information
#D68695 (or 0xD68695) is known color: Can Can. HEX triplet: D6, 86 and 95. RGB value is (214,134,149). Sum of RGB (Red+Green+Blue) = 214+134+149=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D68695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68695 is #29796A. Grayscale: #9F9F9F. Windows color (decimal): -2718059 or 9799382. OLE color: 9799382.
HSL color Cylindrical-coordinate representation of color #D68695: hue angle of 348.75º 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 #D68695 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 134 | 149 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.16 |
| HSL | 348.75º | 0.49% | 0.68% | - |
| HSV(B) | 348.75º | 0.37% | 0.84% | - |
| XYZ | 41.68 | 33.52 | 32.71 | - |
| YUV | 159.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 134 | 149 | 0 | 0.37 | 0.30 | 0.16 | 348.75 | 0.49 | 0.68 |
| Hex | D6 | 86 | 95 | 0 | 25 | 1E | 10 | 15D | 31 | 44 |
| Octal | 326 | 206 | 225 | 0 | 45 | 36 | 20 | 535 | 61 | 104 |
| Binary | 11010110 | 10000110 | 10010101 | 0 | 100101 | 11110 | 10000 | 101011101 | 110001 | 1000100 |
Color Harmonies of #D68695
Complementary color
Monochromatic Colors of #D68695
Black with #D68695
Text Example
Text Example
White with #D68695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68695; }
p { color: rgb(214,134,149); }
H1.HeaderClassName
{
color: #D68695;
}
.AnyTagClassName
{
color: #D68695;
}
</style>
background-color css
<style>
a { background-color: #D68695; }
a { background-color: rgb(214,134,149); }
div.DivClassName
{
background-color: #D68695;
}
.BgClassName
{
background-color: #D68695;
}
</style>
border-color css
<style>
span { border-color: #D68695; }
span { border-color: rgb(214,134,149); }
td.TdClassName
{
border-color: #D68695;
}
.TagClassName
{
border-color: #D68695;
}
</style>