Shades of Can Can #D68597
Tints of Can Can #D68597
RGB
CMYK
RGB Variations
Color information
#D68597 (or 0xD68597) is known color: Can Can. HEX triplet: D6, 85 and 97. RGB value is (214,133,151). Sum of RGB (Red+Green+Blue) = 214+133+151=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D68597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68597 is #297A68. Grayscale: #9F9F9F. Windows color (decimal): -2718313 or 9930198. OLE color: 9930198.
HSL color Cylindrical-coordinate representation of color #D68597: hue angle of 346.67º 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 #D68597 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 151 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.16 |
| HSL | 346.67º | 0.5% | 0.68% | - |
| HSV(B) | 346.67º | 0.38% | 0.84% | - |
| XYZ | 41.71 | 33.31 | 33.51 | - |
| YUV | 159.27 | 123.34 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 151 | 0 | 0.38 | 0.29 | 0.16 | 346.67 | 0.5 | 0.68 |
| Hex | D6 | 85 | 97 | 0 | 26 | 1D | 10 | 15B | 32 | 44 |
| Octal | 326 | 205 | 227 | 0 | 46 | 35 | 20 | 533 | 62 | 104 |
| Binary | 11010110 | 10000101 | 10010111 | 0 | 100110 | 11101 | 10000 | 101011011 | 110010 | 1000100 |
Color Harmonies of #D68597
Complementary color
Monochromatic Colors of #D68597
Black with #D68597
Text Example
Text Example
White with #D68597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68597; }
p { color: rgb(214,133,151); }
H1.HeaderClassName
{
color: #D68597;
}
.AnyTagClassName
{
color: #D68597;
}
</style>
background-color css
<style>
a { background-color: #D68597; }
a { background-color: rgb(214,133,151); }
div.DivClassName
{
background-color: #D68597;
}
.BgClassName
{
background-color: #D68597;
}
</style>
border-color css
<style>
span { border-color: #D68597; }
span { border-color: rgb(214,133,151); }
td.TdClassName
{
border-color: #D68597;
}
.TagClassName
{
border-color: #D68597;
}
</style>