Shades of Can Can #D8859C
Tints of Can Can #D8859C
RGB
CMYK
RGB Variations
Color information
#D8859C (or 0xD8859C) is known color: Can Can. HEX triplet: D8, 85 and 9C. RGB value is (216,133,156). Sum of RGB (Red+Green+Blue) = 216+133+156=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D8859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8859C is #277A63. Grayscale: #A0A0A0. Windows color (decimal): -2587236 or 10257880. OLE color: 10257880.
HSL color Cylindrical-coordinate representation of color #D8859C: hue angle of 343.37º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8859C is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 133 | 156 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.15 |
| HSL | 343.37º | 0.52% | 0.68% | - |
| HSV(B) | 343.37º | 0.38% | 0.85% | - |
| XYZ | 42.71 | 33.77 | 35.72 | - |
| YUV | 160.44 | 125.5 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 133 | 156 | 0 | 0.38 | 0.28 | 0.15 | 343.37 | 0.52 | 0.68 |
| Hex | D8 | 85 | 9C | 0 | 26 | 1C | F | 157 | 34 | 44 |
| Octal | 330 | 205 | 234 | 0 | 46 | 34 | 17 | 527 | 64 | 104 |
| Binary | 11011000 | 10000101 | 10011100 | 0 | 100110 | 11100 | 1111 | 101010111 | 110100 | 1000100 |
Color Harmonies of #D8859C
Complementary color
Monochromatic Colors of #D8859C
Black with #D8859C
Text Example
Text Example
White with #D8859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8859C; }
p { color: rgb(216,133,156); }
H1.HeaderClassName
{
color: #D8859C;
}
.AnyTagClassName
{
color: #D8859C;
}
</style>
background-color css
<style>
a { background-color: #D8859C; }
a { background-color: rgb(216,133,156); }
div.DivClassName
{
background-color: #D8859C;
}
.BgClassName
{
background-color: #D8859C;
}
</style>
border-color css
<style>
span { border-color: #D8859C; }
span { border-color: rgb(216,133,156); }
td.TdClassName
{
border-color: #D8859C;
}
.TagClassName
{
border-color: #D8859C;
}
</style>