Shades of Can Can #D6878B
Tints of Can Can #D6878B
RGB
CMYK
RGB Variations
Color information
#D6878B (or 0xD6878B) is known color: Can Can. HEX triplet: D6, 87 and 8B. RGB value is (214,135,139). Sum of RGB (Red+Green+Blue) = 214+135+139=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6878B is #297874. Grayscale: #9F9F9F. Windows color (decimal): -2717813 or 9144278. OLE color: 9144278.
HSL color Cylindrical-coordinate representation of color #D6878B: hue angle of 356.96º 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 #D6878B is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 139 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.16 |
| HSL | 356.96º | 0.49% | 0.68% | - |
| HSV(B) | 356.96º | 0.37% | 0.84% | - |
| XYZ | 41.06 | 33.49 | 28.73 | - |
| YUV | 159.08 | 116.67 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 139 | 0 | 0.37 | 0.35 | 0.16 | 356.96 | 0.49 | 0.68 |
| Hex | D6 | 87 | 8B | 0 | 25 | 23 | 10 | 165 | 31 | 44 |
| Octal | 326 | 207 | 213 | 0 | 45 | 43 | 20 | 545 | 61 | 104 |
| Binary | 11010110 | 10000111 | 10001011 | 0 | 100101 | 100011 | 10000 | 101100101 | 110001 | 1000100 |
Color Harmonies of #D6878B
Complementary color
Monochromatic Colors of #D6878B
Black with #D6878B
Text Example
Text Example
White with #D6878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6878B; }
p { color: rgb(214,135,139); }
H1.HeaderClassName
{
color: #D6878B;
}
.AnyTagClassName
{
color: #D6878B;
}
</style>
background-color css
<style>
a { background-color: #D6878B; }
a { background-color: rgb(214,135,139); }
div.DivClassName
{
background-color: #D6878B;
}
.BgClassName
{
background-color: #D6878B;
}
</style>
border-color css
<style>
span { border-color: #D6878B; }
span { border-color: rgb(214,135,139); }
td.TdClassName
{
border-color: #D6878B;
}
.TagClassName
{
border-color: #D6878B;
}
</style>