Shades of Can Can #D6869D
Tints of Can Can #D6869D
RGB
CMYK
RGB Variations
Color information
#D6869D (or 0xD6869D) is known color: Can Can. HEX triplet: D6, 86 and 9D. RGB value is (214,134,157). Sum of RGB (Red+Green+Blue) = 214+134+157=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6869D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6869D is #297962. Grayscale: #A0A0A0. Windows color (decimal): -2718051 or 10323670. OLE color: 10323670.
HSL color Cylindrical-coordinate representation of color #D6869D: hue angle of 342.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D6869D is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 134 | 157 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.16 |
| HSL | 342.75º | 0.49% | 0.68% | - |
| HSV(B) | 342.75º | 0.37% | 0.84% | - |
| XYZ | 42.34 | 33.78 | 36.19 | - |
| YUV | 160.54 | 126 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 134 | 157 | 0 | 0.37 | 0.27 | 0.16 | 342.75 | 0.49 | 0.68 |
| Hex | D6 | 86 | 9D | 0 | 25 | 1B | 10 | 157 | 31 | 44 |
| Octal | 326 | 206 | 235 | 0 | 45 | 33 | 20 | 527 | 61 | 104 |
| Binary | 11010110 | 10000110 | 10011101 | 0 | 100101 | 11011 | 10000 | 101010111 | 110001 | 1000100 |
Color Harmonies of #D6869D
Complementary color
Monochromatic Colors of #D6869D
Black with #D6869D
Text Example
Text Example
White with #D6869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6869D; }
p { color: rgb(214,134,157); }
H1.HeaderClassName
{
color: #D6869D;
}
.AnyTagClassName
{
color: #D6869D;
}
</style>
background-color css
<style>
a { background-color: #D6869D; }
a { background-color: rgb(214,134,157); }
div.DivClassName
{
background-color: #D6869D;
}
.BgClassName
{
background-color: #D6869D;
}
</style>
border-color css
<style>
span { border-color: #D6869D; }
span { border-color: rgb(214,134,157); }
td.TdClassName
{
border-color: #D6869D;
}
.TagClassName
{
border-color: #D6869D;
}
</style>