Shades of Can Can #D68497
Tints of Can Can #D68497
RGB
CMYK
RGB Variations
Color information
#D68497 (or 0xD68497) is known color: Can Can. HEX triplet: D6, 84 and 97. RGB value is (214,132,151). Sum of RGB (Red+Green+Blue) = 214+132+151=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D68497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68497 is #297B68. Grayscale: #9E9E9E. Windows color (decimal): -2718569 or 9929942. OLE color: 9929942.
HSL color Cylindrical-coordinate representation of color #D68497: hue angle of 346.1º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D68497 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 151 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.16 |
| HSL | 346.1º | 0.5% | 0.68% | - |
| HSV(B) | 346.1º | 0.38% | 0.84% | - |
| XYZ | 41.57 | 33.03 | 33.46 | - |
| YUV | 158.68 | 123.67 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 151 | 0 | 0.38 | 0.29 | 0.16 | 346.1 | 0.5 | 0.68 |
| Hex | D6 | 84 | 97 | 0 | 26 | 1D | 10 | 15A | 32 | 44 |
| Octal | 326 | 204 | 227 | 0 | 46 | 35 | 20 | 532 | 62 | 104 |
| Binary | 11010110 | 10000100 | 10010111 | 0 | 100110 | 11101 | 10000 | 101011010 | 110010 | 1000100 |
Color Harmonies of #D68497
Complementary color
Monochromatic Colors of #D68497
Black with #D68497
Text Example
Text Example
White with #D68497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68497; }
p { color: rgb(214,132,151); }
H1.HeaderClassName
{
color: #D68497;
}
.AnyTagClassName
{
color: #D68497;
}
</style>
background-color css
<style>
a { background-color: #D68497; }
a { background-color: rgb(214,132,151); }
div.DivClassName
{
background-color: #D68497;
}
.BgClassName
{
background-color: #D68497;
}
</style>
border-color css
<style>
span { border-color: #D68497; }
span { border-color: rgb(214,132,151); }
td.TdClassName
{
border-color: #D68497;
}
.TagClassName
{
border-color: #D68497;
}
</style>