Shades of Can Can #D8859A
Tints of Can Can #D8859A
RGB
CMYK
RGB Variations
Color information
#D8859A (or 0xD8859A) is known color: Can Can. HEX triplet: D8, 85 and 9A. RGB value is (216,133,154). Sum of RGB (Red+Green+Blue) = 216+133+154=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D8859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8859A is #277A65. Grayscale: #A0A0A0. Windows color (decimal): -2587238 or 10126808. OLE color: 10126808.
HSL color Cylindrical-coordinate representation of color #D8859A: hue angle of 344.82º 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 #D8859A is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 133 | 154 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.15 |
| HSL | 344.82º | 0.52% | 0.68% | - |
| HSV(B) | 344.82º | 0.38% | 0.85% | - |
| XYZ | 42.54 | 33.71 | 34.84 | - |
| YUV | 160.21 | 124.5 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 133 | 154 | 0 | 0.38 | 0.29 | 0.15 | 344.82 | 0.52 | 0.68 |
| Hex | D8 | 85 | 9A | 0 | 26 | 1D | F | 159 | 34 | 44 |
| Octal | 330 | 205 | 232 | 0 | 46 | 35 | 17 | 531 | 64 | 104 |
| Binary | 11011000 | 10000101 | 10011010 | 0 | 100110 | 11101 | 1111 | 101011001 | 110100 | 1000100 |
Color Harmonies of #D8859A
Complementary color
Monochromatic Colors of #D8859A
Black with #D8859A
Text Example
Text Example
White with #D8859A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8859A; }
p { color: rgb(216,133,154); }
H1.HeaderClassName
{
color: #D8859A;
}
.AnyTagClassName
{
color: #D8859A;
}
</style>
background-color css
<style>
a { background-color: #D8859A; }
a { background-color: rgb(216,133,154); }
div.DivClassName
{
background-color: #D8859A;
}
.BgClassName
{
background-color: #D8859A;
}
</style>
border-color css
<style>
span { border-color: #D8859A; }
span { border-color: rgb(216,133,154); }
td.TdClassName
{
border-color: #D8859A;
}
.TagClassName
{
border-color: #D8859A;
}
</style>