Shades of Can Can #DC899B
Tints of Can Can #DC899B
RGB
CMYK
RGB Variations
Color information
#DC899B (or 0xDC899B) is known color: Can Can. HEX triplet: DC, 89 and 9B. RGB value is (220,137,155). Sum of RGB (Red+Green+Blue) = 220+137+155=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC899B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC899B is #237664. Grayscale: #A3A3A3. Windows color (decimal): -2324069 or 10193372. OLE color: 10193372.
HSL color Cylindrical-coordinate representation of color #DC899B: hue angle of 346.99º degrees, saturation: 0.54, 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 #DC899B is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 155 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.14 |
| HSL | 346.99º | 0.54% | 0.7% | - |
| HSV(B) | 346.99º | 0.38% | 0.86% | - |
| XYZ | 44.38 | 35.47 | 35.52 | - |
| YUV | 163.87 | 123 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 155 | 0 | 0.38 | 0.30 | 0.14 | 346.99 | 0.54 | 0.7 |
| Hex | DC | 89 | 9B | 0 | 26 | 1E | E | 15B | 36 | 46 |
| Octal | 334 | 211 | 233 | 0 | 46 | 36 | 16 | 533 | 66 | 106 |
| Binary | 11011100 | 10001001 | 10011011 | 0 | 100110 | 11110 | 1110 | 101011011 | 110110 | 1000110 |
Color Harmonies of #DC899B
Complementary color
Monochromatic Colors of #DC899B
Black with #DC899B
Text Example
Text Example
White with #DC899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC899B; }
p { color: rgb(220,137,155); }
H1.HeaderClassName
{
color: #DC899B;
}
.AnyTagClassName
{
color: #DC899B;
}
</style>
background-color css
<style>
a { background-color: #DC899B; }
a { background-color: rgb(220,137,155); }
div.DivClassName
{
background-color: #DC899B;
}
.BgClassName
{
background-color: #DC899B;
}
</style>
border-color css
<style>
span { border-color: #DC899B; }
span { border-color: rgb(220,137,155); }
td.TdClassName
{
border-color: #DC899B;
}
.TagClassName
{
border-color: #DC899B;
}
</style>