Shades of Can Can #D68699
Tints of Can Can #D68699
RGB
CMYK
RGB Variations
Color information
#D68699 (or 0xD68699) is known color: Can Can. HEX triplet: D6, 86 and 99. RGB value is (214,134,153). Sum of RGB (Red+Green+Blue) = 214+134+153=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D68699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68699 is #297966. Grayscale: #A0A0A0. Windows color (decimal): -2718055 or 10061526. OLE color: 10061526.
HSL color Cylindrical-coordinate representation of color #D68699: hue angle of 345.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 #D68699 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 134 | 153 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.16 |
| HSL | 345.75º | 0.49% | 0.68% | - |
| HSV(B) | 345.75º | 0.37% | 0.84% | - |
| XYZ | 42.01 | 33.65 | 34.42 | - |
| YUV | 160.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 134 | 153 | 0 | 0.37 | 0.29 | 0.16 | 345.75 | 0.49 | 0.68 |
| Hex | D6 | 86 | 99 | 0 | 25 | 1D | 10 | 15A | 31 | 44 |
| Octal | 326 | 206 | 231 | 0 | 45 | 35 | 20 | 532 | 61 | 104 |
| Binary | 11010110 | 10000110 | 10011001 | 0 | 100101 | 11101 | 10000 | 101011010 | 110001 | 1000100 |
Color Harmonies of #D68699
Complementary color
Monochromatic Colors of #D68699
Black with #D68699
Text Example
Text Example
White with #D68699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68699; }
p { color: rgb(214,134,153); }
H1.HeaderClassName
{
color: #D68699;
}
.AnyTagClassName
{
color: #D68699;
}
</style>
background-color css
<style>
a { background-color: #D68699; }
a { background-color: rgb(214,134,153); }
div.DivClassName
{
background-color: #D68699;
}
.BgClassName
{
background-color: #D68699;
}
</style>
border-color css
<style>
span { border-color: #D68699; }
span { border-color: rgb(214,134,153); }
td.TdClassName
{
border-color: #D68699;
}
.TagClassName
{
border-color: #D68699;
}
</style>