Shades of Can Can #DC949A
Tints of Can Can #DC949A
RGB
CMYK
RGB Variations
Color information
#DC949A (or 0xDC949A) is known color: Can Can. HEX triplet: DC, 94 and 9A. RGB value is (220,148,154). Sum of RGB (Red+Green+Blue) = 220+148+154=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DC949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC949A is #236B65. Grayscale: #AAAAAA. Windows color (decimal): -2321254 or 10130652. OLE color: 10130652.
HSL color Cylindrical-coordinate representation of color #DC949A: hue angle of 355º 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 #DC949A is Cyan = 0, Magento = 0.33, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 154 | - |
| CMYK | 0 | 0.33 | 0.3 | 0.14 |
| HSL | 355º | 0.51% | 0.72% | - |
| HSV(B) | 355º | 0.33% | 0.86% | - |
| XYZ | 45.94 | 38.73 | 35.63 | - |
| YUV | 170.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 154 | 0 | 0.33 | 0.3 | 0.14 | 355 | 0.51 | 0.72 |
| Hex | DC | 94 | 9A | 0 | 21 | 1E | E | 163 | 33 | 48 |
| Octal | 334 | 224 | 232 | 0 | 41 | 36 | 16 | 543 | 63 | 110 |
| Binary | 11011100 | 10010100 | 10011010 | 0 | 100001 | 11110 | 1110 | 101100011 | 110011 | 1001000 |
Color Harmonies of #DC949A
Complementary color
Monochromatic Colors of #DC949A
Black with #DC949A
Text Example
Text Example
White with #DC949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC949A; }
p { color: rgb(220,148,154); }
H1.HeaderClassName
{
color: #DC949A;
}
.AnyTagClassName
{
color: #DC949A;
}
</style>
background-color css
<style>
a { background-color: #DC949A; }
a { background-color: rgb(220,148,154); }
div.DivClassName
{
background-color: #DC949A;
}
.BgClassName
{
background-color: #DC949A;
}
</style>
border-color css
<style>
span { border-color: #DC949A; }
span { border-color: rgb(220,148,154); }
td.TdClassName
{
border-color: #DC949A;
}
.TagClassName
{
border-color: #DC949A;
}
</style>