Shades of Can Can #DB8C9C
Tints of Can Can #DB8C9C
RGB
CMYK
RGB Variations
Color information
#DB8C9C (or 0xDB8C9C) is known color: Can Can. HEX triplet: DB, 8C and 9C. RGB value is (219,140,156). Sum of RGB (Red+Green+Blue) = 219+140+156=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8C9C is #247363. Grayscale: #A5A5A5. Windows color (decimal): -2388836 or 10259675. OLE color: 10259675.
HSL color Cylindrical-coordinate representation of color #DB8C9C: hue angle of 347.85º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8C9C is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 140 | 156 | - |
CMYK | 0 | 0.36 | 0.29 | 0.14 |
HSL | 347.85º | 0.52% | 0.7% | - |
HSV(B) | 347.85º | 0.36% | 0.86% | - |
XYZ | 44.59 | 36.22 | 36.09 | - |
YUV | 165.45 | 122.67 | 166.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 140 | 156 | 0 | 0.36 | 0.29 | 0.14 | 347.85 | 0.52 | 0.7 |
Hex | DB | 8C | 9C | 0 | 24 | 1D | E | 15C | 34 | 46 |
Octal | 333 | 214 | 234 | 0 | 44 | 35 | 16 | 534 | 64 | 106 |
Binary | 11011011 | 10001100 | 10011100 | 0 | 100100 | 11101 | 1110 | 101011100 | 110100 | 1000110 |
Color Harmonies of #DB8C9C
Complementary color
Monochromatic Colors of #DB8C9C
Black with #DB8C9C
Text Example
Text Example
White with #DB8C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8C9C; }
p { color: rgb(219,140,156); }
H1.HeaderClassName
{
color: #DB8C9C;
}
.AnyTagClassName
{
color: #DB8C9C;
}
</style>
background-color css
<style>
a { background-color: #DB8C9C; }
a { background-color: rgb(219,140,156); }
div.DivClassName
{
background-color: #DB8C9C;
}
.BgClassName
{
background-color: #DB8C9C;
}
</style>
border-color css
<style>
span { border-color: #DB8C9C; }
span { border-color: rgb(219,140,156); }
td.TdClassName
{
border-color: #DB8C9C;
}
.TagClassName
{
border-color: #DB8C9C;
}
</style>