Shades of Can Can #DC869A
Tints of Can Can #DC869A
RGB
CMYK
RGB Variations
Color information
#DC869A (or 0xDC869A) is known color: Can Can. HEX triplet: DC, 86 and 9A. RGB value is (220,134,154). Sum of RGB (Red+Green+Blue) = 220+134+154=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC869A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC869A is #237965. Grayscale: #A2A2A2. Windows color (decimal): -2324838 or 10127068. OLE color: 10127068.
HSL color Cylindrical-coordinate representation of color #DC869A: hue angle of 346.05º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC869A is Cyan = 0, Magento = 0.39, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 154 | - |
| CMYK | 0 | 0.39 | 0.3 | 0.14 |
| HSL | 346.05º | 0.55% | 0.69% | - |
| HSV(B) | 346.05º | 0.39% | 0.86% | - |
| XYZ | 43.87 | 34.6 | 34.94 | - |
| YUV | 161.99 | 123.49 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 154 | 0 | 0.39 | 0.3 | 0.14 | 346.05 | 0.55 | 0.69 |
| Hex | DC | 86 | 9A | 0 | 27 | 1E | E | 15A | 37 | 45 |
| Octal | 334 | 206 | 232 | 0 | 47 | 36 | 16 | 532 | 67 | 105 |
| Binary | 11011100 | 10000110 | 10011010 | 0 | 100111 | 11110 | 1110 | 101011010 | 110111 | 1000101 |
Color Harmonies of #DC869A
Complementary color
Monochromatic Colors of #DC869A
Black with #DC869A
Text Example
Text Example
White with #DC869A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC869A; }
p { color: rgb(220,134,154); }
H1.HeaderClassName
{
color: #DC869A;
}
.AnyTagClassName
{
color: #DC869A;
}
</style>
background-color css
<style>
a { background-color: #DC869A; }
a { background-color: rgb(220,134,154); }
div.DivClassName
{
background-color: #DC869A;
}
.BgClassName
{
background-color: #DC869A;
}
</style>
border-color css
<style>
span { border-color: #DC869A; }
span { border-color: rgb(220,134,154); }
td.TdClassName
{
border-color: #DC869A;
}
.TagClassName
{
border-color: #DC869A;
}
</style>