Shades of Can Can #D7859B
Tints of Can Can #D7859B
RGB
CMYK
RGB Variations
Color information
#D7859B (or 0xD7859B) is known color: Can Can. HEX triplet: D7, 85 and 9B. RGB value is (215,133,155). Sum of RGB (Red+Green+Blue) = 215+133+155=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D7859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7859B is #287A64. Grayscale: #A0A0A0. Windows color (decimal): -2652773 or 10192343. OLE color: 10192343.
HSL color Cylindrical-coordinate representation of color #D7859B: hue angle of 343.9º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D7859B is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 133 | 155 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.16 |
| HSL | 343.9º | 0.51% | 0.68% | - |
| HSV(B) | 343.9º | 0.38% | 0.84% | - |
| XYZ | 42.33 | 33.59 | 35.26 | - |
| YUV | 160.03 | 125.17 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 133 | 155 | 0 | 0.38 | 0.28 | 0.16 | 343.9 | 0.51 | 0.68 |
| Hex | D7 | 85 | 9B | 0 | 26 | 1C | 10 | 158 | 33 | 44 |
| Octal | 327 | 205 | 233 | 0 | 46 | 34 | 20 | 530 | 63 | 104 |
| Binary | 11010111 | 10000101 | 10011011 | 0 | 100110 | 11100 | 10000 | 101011000 | 110011 | 1000100 |
Color Harmonies of #D7859B
Complementary color
Monochromatic Colors of #D7859B
Black with #D7859B
Text Example
Text Example
White with #D7859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7859B; }
p { color: rgb(215,133,155); }
H1.HeaderClassName
{
color: #D7859B;
}
.AnyTagClassName
{
color: #D7859B;
}
</style>
background-color css
<style>
a { background-color: #D7859B; }
a { background-color: rgb(215,133,155); }
div.DivClassName
{
background-color: #D7859B;
}
.BgClassName
{
background-color: #D7859B;
}
</style>
border-color css
<style>
span { border-color: #D7859B; }
span { border-color: rgb(215,133,155); }
td.TdClassName
{
border-color: #D7859B;
}
.TagClassName
{
border-color: #D7859B;
}
</style>