Shades of Can Can #DC9399
Tints of Can Can #DC9399
RGB
CMYK
RGB Variations
Color information
#DC9399 (or 0xDC9399) is known color: Can Can. HEX triplet: DC, 93 and 99. RGB value is (220,147,153). Sum of RGB (Red+Green+Blue) = 220+147+153=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9399 is #236C66. Grayscale: #A9A9A9. Windows color (decimal): -2321511 or 10064860. OLE color: 10064860.
HSL color Cylindrical-coordinate representation of color #DC9399: hue angle of 355.07º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC9399 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 153 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.14 |
| HSL | 355.07º | 0.51% | 0.72% | - |
| HSV(B) | 355.07º | 0.33% | 0.86% | - |
| XYZ | 45.7 | 38.38 | 35.14 | - |
| YUV | 169.51 | 118.68 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 153 | 0 | 0.33 | 0.30 | 0.14 | 355.07 | 0.51 | 0.72 |
| Hex | DC | 93 | 99 | 0 | 21 | 1E | E | 163 | 33 | 48 |
| Octal | 334 | 223 | 231 | 0 | 41 | 36 | 16 | 543 | 63 | 110 |
| Binary | 11011100 | 10010011 | 10011001 | 0 | 100001 | 11110 | 1110 | 101100011 | 110011 | 1001000 |
Color Harmonies of #DC9399
Complementary color
Monochromatic Colors of #DC9399
Black with #DC9399
Text Example
Text Example
White with #DC9399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9399; }
p { color: rgb(220,147,153); }
H1.HeaderClassName
{
color: #DC9399;
}
.AnyTagClassName
{
color: #DC9399;
}
</style>
background-color css
<style>
a { background-color: #DC9399; }
a { background-color: rgb(220,147,153); }
div.DivClassName
{
background-color: #DC9399;
}
.BgClassName
{
background-color: #DC9399;
}
</style>
border-color css
<style>
span { border-color: #DC9399; }
span { border-color: rgb(220,147,153); }
td.TdClassName
{
border-color: #DC9399;
}
.TagClassName
{
border-color: #DC9399;
}
</style>