Shades of Can Can #D68C9F
Tints of Can Can #D68C9F
RGB
CMYK
RGB Variations
Color information
#D68C9F (or 0xD68C9F) is known color: Can Can. HEX triplet: D6, 8C and 9F. RGB value is (214,140,159). Sum of RGB (Red+Green+Blue) = 214+140+159=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68C9F is #297360. Grayscale: #A4A4A4. Windows color (decimal): -2716513 or 10456278. OLE color: 10456278.
HSL color Cylindrical-coordinate representation of color #D68C9F: hue angle of 344.59º 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 #D68C9F is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 140 | 159 | - |
CMYK | 0 | 0.35 | 0.26 | 0.16 |
HSL | 344.59º | 0.47% | 0.69% | - |
HSV(B) | 344.59º | 0.35% | 0.84% | - |
XYZ | 43.37 | 35.56 | 37.38 | - |
YUV | 164.29 | 125.02 | 163.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 140 | 159 | 0 | 0.35 | 0.26 | 0.16 | 344.59 | 0.47 | 0.69 |
Hex | D6 | 8C | 9F | 0 | 23 | 1A | 10 | 159 | 2F | 45 |
Octal | 326 | 214 | 237 | 0 | 43 | 32 | 20 | 531 | 57 | 105 |
Binary | 11010110 | 10001100 | 10011111 | 0 | 100011 | 11010 | 10000 | 101011001 | 101111 | 1000101 |
Color Harmonies of #D68C9F
Complementary color
Monochromatic Colors of #D68C9F
Black with #D68C9F
Text Example
Text Example
White with #D68C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C9F; }
p { color: rgb(214,140,159); }
H1.HeaderClassName
{
color: #D68C9F;
}
.AnyTagClassName
{
color: #D68C9F;
}
</style>
background-color css
<style>
a { background-color: #D68C9F; }
a { background-color: rgb(214,140,159); }
div.DivClassName
{
background-color: #D68C9F;
}
.BgClassName
{
background-color: #D68C9F;
}
</style>
border-color css
<style>
span { border-color: #D68C9F; }
span { border-color: rgb(214,140,159); }
td.TdClassName
{
border-color: #D68C9F;
}
.TagClassName
{
border-color: #D68C9F;
}
</style>