Shades of Can Can #DC889C
Tints of Can Can #DC889C
RGB
CMYK
RGB Variations
Color information
#DC889C (or 0xDC889C) is known color: Can Can. HEX triplet: DC, 88 and 9C. RGB value is (220,136,156). Sum of RGB (Red+Green+Blue) = 220+136+156=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC889C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC889C is #237763. Grayscale: #A3A3A3. Windows color (decimal): -2324324 or 10258652. OLE color: 10258652.
HSL color Cylindrical-coordinate representation of color #DC889C: hue angle of 345.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC889C is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 156 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.14 |
| HSL | 345.71º | 0.55% | 0.7% | - |
| HSV(B) | 345.71º | 0.38% | 0.86% | - |
| XYZ | 44.32 | 35.22 | 35.92 | - |
| YUV | 163.4 | 123.83 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 156 | 0 | 0.38 | 0.29 | 0.14 | 345.71 | 0.55 | 0.7 |
| Hex | DC | 88 | 9C | 0 | 26 | 1D | E | 15A | 37 | 46 |
| Octal | 334 | 210 | 234 | 0 | 46 | 35 | 16 | 532 | 67 | 106 |
| Binary | 11011100 | 10001000 | 10011100 | 0 | 100110 | 11101 | 1110 | 101011010 | 110111 | 1000110 |
Color Harmonies of #DC889C
Complementary color
Monochromatic Colors of #DC889C
Black with #DC889C
Text Example
Text Example
White with #DC889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC889C; }
p { color: rgb(220,136,156); }
H1.HeaderClassName
{
color: #DC889C;
}
.AnyTagClassName
{
color: #DC889C;
}
</style>
background-color css
<style>
a { background-color: #DC889C; }
a { background-color: rgb(220,136,156); }
div.DivClassName
{
background-color: #DC889C;
}
.BgClassName
{
background-color: #DC889C;
}
</style>
border-color css
<style>
span { border-color: #DC889C; }
span { border-color: rgb(220,136,156); }
td.TdClassName
{
border-color: #DC889C;
}
.TagClassName
{
border-color: #DC889C;
}
</style>