Shades of Can Can #DC899A
Tints of Can Can #DC899A
RGB
CMYK
RGB Variations
Color information
#DC899A (or 0xDC899A) is known color: Can Can. HEX triplet: DC, 89 and 9A. RGB value is (220,137,154). Sum of RGB (Red+Green+Blue) = 220+137+154=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC899A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC899A is #237665. Grayscale: #A3A3A3. Windows color (decimal): -2324070 or 10127836. OLE color: 10127836.
HSL color Cylindrical-coordinate representation of color #DC899A: hue angle of 347.71º 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 #DC899A is Cyan = 0, Magento = 0.38, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 154 | - |
| CMYK | 0 | 0.38 | 0.3 | 0.14 |
| HSL | 347.71º | 0.54% | 0.7% | - |
| HSV(B) | 347.71º | 0.38% | 0.86% | - |
| XYZ | 44.29 | 35.44 | 35.08 | - |
| YUV | 163.76 | 122.5 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 154 | 0 | 0.38 | 0.3 | 0.14 | 347.71 | 0.54 | 0.7 |
| Hex | DC | 89 | 9A | 0 | 26 | 1E | E | 15C | 36 | 46 |
| Octal | 334 | 211 | 232 | 0 | 46 | 36 | 16 | 534 | 66 | 106 |
| Binary | 11011100 | 10001001 | 10011010 | 0 | 100110 | 11110 | 1110 | 101011100 | 110110 | 1000110 |
Color Harmonies of #DC899A
Complementary color
Monochromatic Colors of #DC899A
Black with #DC899A
Text Example
Text Example
White with #DC899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC899A; }
p { color: rgb(220,137,154); }
H1.HeaderClassName
{
color: #DC899A;
}
.AnyTagClassName
{
color: #DC899A;
}
</style>
background-color css
<style>
a { background-color: #DC899A; }
a { background-color: rgb(220,137,154); }
div.DivClassName
{
background-color: #DC899A;
}
.BgClassName
{
background-color: #DC899A;
}
</style>
border-color css
<style>
span { border-color: #DC899A; }
span { border-color: rgb(220,137,154); }
td.TdClassName
{
border-color: #DC899A;
}
.TagClassName
{
border-color: #DC899A;
}
</style>