Shades of Can Can #D0869B
Tints of Can Can #D0869B
RGB
CMYK
RGB Variations
Color information
#D0869B (or 0xD0869B) is known color: Can Can. HEX triplet: D0, 86 and 9B. RGB value is (208,134,155). Sum of RGB (Red+Green+Blue) = 208+134+155=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D0869B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0869B is #2F7964. Grayscale: #9E9E9E. Windows color (decimal): -3111269 or 10192592. OLE color: 10192592.
HSL color Cylindrical-coordinate representation of color #D0869B: hue angle of 342.97º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0869B is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 134 | 155 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.18 |
| HSL | 342.97º | 0.44% | 0.67% | - |
| HSV(B) | 342.97º | 0.36% | 0.82% | - |
| XYZ | 40.45 | 32.83 | 35.21 | - |
| YUV | 158.52 | 126.02 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 155 | 0 | 0.36 | 0.25 | 0.18 | 342.97 | 0.44 | 0.67 |
| Hex | D0 | 86 | 9B | 0 | 24 | 19 | 12 | 157 | 2C | 43 |
| Octal | 320 | 206 | 233 | 0 | 44 | 31 | 22 | 527 | 54 | 103 |
| Binary | 11010000 | 10000110 | 10011011 | 0 | 100100 | 11001 | 10010 | 101010111 | 101100 | 1000011 |
Color Harmonies of #D0869B
Complementary color
Monochromatic Colors of #D0869B
Black with #D0869B
Text Example
Text Example
White with #D0869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0869B; }
p { color: rgb(208,134,155); }
H1.HeaderClassName
{
color: #D0869B;
}
.AnyTagClassName
{
color: #D0869B;
}
</style>
background-color css
<style>
a { background-color: #D0869B; }
a { background-color: rgb(208,134,155); }
div.DivClassName
{
background-color: #D0869B;
}
.BgClassName
{
background-color: #D0869B;
}
</style>
border-color css
<style>
span { border-color: #D0869B; }
span { border-color: rgb(208,134,155); }
td.TdClassName
{
border-color: #D0869B;
}
.TagClassName
{
border-color: #D0869B;
}
</style>