Shades of Can Can #D68C97
Tints of Can Can #D68C97
RGB
CMYK
RGB Variations
Color information
#D68C97 (or 0xD68C97) is known color: Can Can. HEX triplet: D6, 8C and 97. RGB value is (214,140,151). Sum of RGB (Red+Green+Blue) = 214+140+151=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68C97 is #297368. Grayscale: #A3A3A3. Windows color (decimal): -2716521 or 9931990. OLE color: 9931990.
HSL color Cylindrical-coordinate representation of color #D68C97: hue angle of 351.08º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D68C97 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 151 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.16 |
| HSL | 351.08º | 0.47% | 0.69% | - |
| HSV(B) | 351.08º | 0.35% | 0.84% | - |
| XYZ | 42.7 | 35.29 | 33.84 | - |
| YUV | 163.38 | 121.02 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 151 | 0 | 0.35 | 0.29 | 0.16 | 351.08 | 0.47 | 0.69 |
| Hex | D6 | 8C | 97 | 0 | 23 | 1D | 10 | 15F | 2F | 45 |
| Octal | 326 | 214 | 227 | 0 | 43 | 35 | 20 | 537 | 57 | 105 |
| Binary | 11010110 | 10001100 | 10010111 | 0 | 100011 | 11101 | 10000 | 101011111 | 101111 | 1000101 |
Color Harmonies of #D68C97
Complementary color
Monochromatic Colors of #D68C97
Black with #D68C97
Text Example
Text Example
White with #D68C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C97; }
p { color: rgb(214,140,151); }
H1.HeaderClassName
{
color: #D68C97;
}
.AnyTagClassName
{
color: #D68C97;
}
</style>
background-color css
<style>
a { background-color: #D68C97; }
a { background-color: rgb(214,140,151); }
div.DivClassName
{
background-color: #D68C97;
}
.BgClassName
{
background-color: #D68C97;
}
</style>
border-color css
<style>
span { border-color: #D68C97; }
span { border-color: rgb(214,140,151); }
td.TdClassName
{
border-color: #D68C97;
}
.TagClassName
{
border-color: #D68C97;
}
</style>