Shades of Can Can #D68CA4
Tints of Can Can #D68CA4
RGB
CMYK
RGB Variations
Color information
#D68CA4 (or 0xD68CA4) is known color: Can Can. HEX triplet: D6, 8C and A4. RGB value is (214,140,164). Sum of RGB (Red+Green+Blue) = 214+140+164=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68CA4 is #29735B. Grayscale: #A4A4A4. Windows color (decimal): -2716508 or 10783958. OLE color: 10783958.
HSL color Cylindrical-coordinate representation of color #D68CA4: hue angle of 340.54º 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 #D68CA4 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 164 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.16 |
| HSL | 340.54º | 0.47% | 0.69% | - |
| HSV(B) | 340.54º | 0.35% | 0.84% | - |
| XYZ | 43.81 | 35.73 | 39.71 | - |
| YUV | 164.86 | 127.52 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 164 | 0 | 0.35 | 0.23 | 0.16 | 340.54 | 0.47 | 0.69 |
| Hex | D6 | 8C | A4 | 0 | 23 | 17 | 10 | 155 | 2F | 45 |
| Octal | 326 | 214 | 244 | 0 | 43 | 27 | 20 | 525 | 57 | 105 |
| Binary | 11010110 | 10001100 | 10100100 | 0 | 100011 | 10111 | 10000 | 101010101 | 101111 | 1000101 |
Color Harmonies of #D68CA4
Complementary color
Monochromatic Colors of #D68CA4
Black with #D68CA4
Text Example
Text Example
White with #D68CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68CA4; }
p { color: rgb(214,140,164); }
H1.HeaderClassName
{
color: #D68CA4;
}
.AnyTagClassName
{
color: #D68CA4;
}
</style>
background-color css
<style>
a { background-color: #D68CA4; }
a { background-color: rgb(214,140,164); }
div.DivClassName
{
background-color: #D68CA4;
}
.BgClassName
{
background-color: #D68CA4;
}
</style>
border-color css
<style>
span { border-color: #D68CA4; }
span { border-color: rgb(214,140,164); }
td.TdClassName
{
border-color: #D68CA4;
}
.TagClassName
{
border-color: #D68CA4;
}
</style>