Shades of Can Can #DC909A
Tints of Can Can #DC909A
RGB
CMYK
RGB Variations
Color information
#DC909A (or 0xDC909A) is known color: Can Can. HEX triplet: DC, 90 and 9A. RGB value is (220,144,154). Sum of RGB (Red+Green+Blue) = 220+144+154=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC909A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC909A is #236F65. Grayscale: #A7A7A7. Windows color (decimal): -2322278 or 10129628. OLE color: 10129628.
HSL color Cylindrical-coordinate representation of color #DC909A: hue angle of 352.11º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC909A is Cyan = 0, Magento = 0.35, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 154 | - |
| CMYK | 0 | 0.35 | 0.3 | 0.14 |
| HSL | 352.11º | 0.52% | 0.71% | - |
| HSV(B) | 352.11º | 0.35% | 0.86% | - |
| XYZ | 45.32 | 37.5 | 35.42 | - |
| YUV | 167.86 | 120.18 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 154 | 0 | 0.35 | 0.3 | 0.14 | 352.11 | 0.52 | 0.71 |
| Hex | DC | 90 | 9A | 0 | 23 | 1E | E | 160 | 34 | 47 |
| Octal | 334 | 220 | 232 | 0 | 43 | 36 | 16 | 540 | 64 | 107 |
| Binary | 11011100 | 10010000 | 10011010 | 0 | 100011 | 11110 | 1110 | 101100000 | 110100 | 1000111 |
Color Harmonies of #DC909A
Complementary color
Monochromatic Colors of #DC909A
Black with #DC909A
Text Example
Text Example
White with #DC909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC909A; }
p { color: rgb(220,144,154); }
H1.HeaderClassName
{
color: #DC909A;
}
.AnyTagClassName
{
color: #DC909A;
}
</style>
background-color css
<style>
a { background-color: #DC909A; }
a { background-color: rgb(220,144,154); }
div.DivClassName
{
background-color: #DC909A;
}
.BgClassName
{
background-color: #DC909A;
}
</style>
border-color css
<style>
span { border-color: #DC909A; }
span { border-color: rgb(220,144,154); }
td.TdClassName
{
border-color: #DC909A;
}
.TagClassName
{
border-color: #DC909A;
}
</style>