Shades of Can Can #D68CA2
Tints of Can Can #D68CA2
RGB
CMYK
RGB Variations
Color information
#D68CA2 (or 0xD68CA2) is known color: Can Can. HEX triplet: D6, 8C and A2. RGB value is (214,140,162). Sum of RGB (Red+Green+Blue) = 214+140+162=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68CA2 is #29735D. Grayscale: #A4A4A4. Windows color (decimal): -2716510 or 10652886. OLE color: 10652886.
HSL color Cylindrical-coordinate representation of color #D68CA2: hue angle of 342.16º 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 #D68CA2 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 162 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.16 |
| HSL | 342.16º | 0.47% | 0.69% | - |
| HSV(B) | 342.16º | 0.35% | 0.84% | - |
| XYZ | 43.63 | 35.66 | 38.77 | - |
| YUV | 164.63 | 126.52 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 162 | 0 | 0.35 | 0.24 | 0.16 | 342.16 | 0.47 | 0.69 |
| Hex | D6 | 8C | A2 | 0 | 23 | 18 | 10 | 156 | 2F | 45 |
| Octal | 326 | 214 | 242 | 0 | 43 | 30 | 20 | 526 | 57 | 105 |
| Binary | 11010110 | 10001100 | 10100010 | 0 | 100011 | 11000 | 10000 | 101010110 | 101111 | 1000101 |
Color Harmonies of #D68CA2
Complementary color
Monochromatic Colors of #D68CA2
Black with #D68CA2
Text Example
Text Example
White with #D68CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68CA2; }
p { color: rgb(214,140,162); }
H1.HeaderClassName
{
color: #D68CA2;
}
.AnyTagClassName
{
color: #D68CA2;
}
</style>
background-color css
<style>
a { background-color: #D68CA2; }
a { background-color: rgb(214,140,162); }
div.DivClassName
{
background-color: #D68CA2;
}
.BgClassName
{
background-color: #D68CA2;
}
</style>
border-color css
<style>
span { border-color: #D68CA2; }
span { border-color: rgb(214,140,162); }
td.TdClassName
{
border-color: #D68CA2;
}
.TagClassName
{
border-color: #D68CA2;
}
</style>