Shades of Can Can #D68F9A
Tints of Can Can #D68F9A
RGB
CMYK
RGB Variations
Color information
#D68F9A (or 0xD68F9A) is known color: Can Can. HEX triplet: D6, 8F and 9A. RGB value is (214,143,154). Sum of RGB (Red+Green+Blue) = 214+143+154=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68F9A is #297065. Grayscale: #A5A5A5. Windows color (decimal): -2715750 or 10129366. OLE color: 10129366.
HSL color Cylindrical-coordinate representation of color #D68F9A: hue angle of 350.7º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D68F9A is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 154 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.16 |
| HSL | 350.7º | 0.46% | 0.7% | - |
| HSV(B) | 350.7º | 0.33% | 0.84% | - |
| XYZ | 43.39 | 36.27 | 35.29 | - |
| YUV | 165.48 | 121.52 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 154 | 0 | 0.33 | 0.28 | 0.16 | 350.7 | 0.46 | 0.7 |
| Hex | D6 | 8F | 9A | 0 | 21 | 1C | 10 | 15F | 2E | 46 |
| Octal | 326 | 217 | 232 | 0 | 41 | 34 | 20 | 537 | 56 | 106 |
| Binary | 11010110 | 10001111 | 10011010 | 0 | 100001 | 11100 | 10000 | 101011111 | 101110 | 1000110 |
Color Harmonies of #D68F9A
Complementary color
Monochromatic Colors of #D68F9A
Black with #D68F9A
Text Example
Text Example
White with #D68F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68F9A; }
p { color: rgb(214,143,154); }
H1.HeaderClassName
{
color: #D68F9A;
}
.AnyTagClassName
{
color: #D68F9A;
}
</style>
background-color css
<style>
a { background-color: #D68F9A; }
a { background-color: rgb(214,143,154); }
div.DivClassName
{
background-color: #D68F9A;
}
.BgClassName
{
background-color: #D68F9A;
}
</style>
border-color css
<style>
span { border-color: #D68F9A; }
span { border-color: rgb(214,143,154); }
td.TdClassName
{
border-color: #D68F9A;
}
.TagClassName
{
border-color: #D68F9A;
}
</style>