Shades of Can Can #DC90A0
Tints of Can Can #DC90A0
RGB
CMYK
RGB Variations
Color information
#DC90A0 (or 0xDC90A0) is known color: Can Can. HEX triplet: DC, 90 and A0. RGB value is (220,144,160). Sum of RGB (Red+Green+Blue) = 220+144+160=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC90A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC90A0 is #236F5F. Grayscale: #A8A8A8. Windows color (decimal): -2322272 or 10522844. OLE color: 10522844.
HSL color Cylindrical-coordinate representation of color #DC90A0: hue angle of 347.37º 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 #DC90A0 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 160 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.14 |
| HSL | 347.37º | 0.52% | 0.71% | - |
| HSV(B) | 347.37º | 0.35% | 0.86% | - |
| XYZ | 45.83 | 37.7 | 38.12 | - |
| YUV | 168.55 | 123.18 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 160 | 0 | 0.35 | 0.27 | 0.14 | 347.37 | 0.52 | 0.71 |
| Hex | DC | 90 | A0 | 0 | 23 | 1B | E | 15B | 34 | 47 |
| Octal | 334 | 220 | 240 | 0 | 43 | 33 | 16 | 533 | 64 | 107 |
| Binary | 11011100 | 10010000 | 10100000 | 0 | 100011 | 11011 | 1110 | 101011011 | 110100 | 1000111 |
Color Harmonies of #DC90A0
Complementary color
Monochromatic Colors of #DC90A0
Black with #DC90A0
Text Example
Text Example
White with #DC90A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC90A0; }
p { color: rgb(220,144,160); }
H1.HeaderClassName
{
color: #DC90A0;
}
.AnyTagClassName
{
color: #DC90A0;
}
</style>
background-color css
<style>
a { background-color: #DC90A0; }
a { background-color: rgb(220,144,160); }
div.DivClassName
{
background-color: #DC90A0;
}
.BgClassName
{
background-color: #DC90A0;
}
</style>
border-color css
<style>
span { border-color: #DC90A0; }
span { border-color: rgb(220,144,160); }
td.TdClassName
{
border-color: #DC90A0;
}
.TagClassName
{
border-color: #DC90A0;
}
</style>