Shades of Can Can #DC9199
Tints of Can Can #DC9199
RGB
CMYK
RGB Variations
Color information
#DC9199 (or 0xDC9199) is known color: Can Can. HEX triplet: DC, 91 and 99. RGB value is (220,145,153). Sum of RGB (Red+Green+Blue) = 220+145+153=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9199 is #236E66. Grayscale: #A8A8A8. Windows color (decimal): -2322023 or 10064348. OLE color: 10064348.
HSL color Cylindrical-coordinate representation of color #DC9199: hue angle of 353.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC9199 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 153 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.14 |
| HSL | 353.6º | 0.52% | 0.72% | - |
| HSV(B) | 353.6º | 0.34% | 0.86% | - |
| XYZ | 45.39 | 37.77 | 35.03 | - |
| YUV | 168.34 | 119.35 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 153 | 0 | 0.34 | 0.30 | 0.14 | 353.6 | 0.52 | 0.72 |
| Hex | DC | 91 | 99 | 0 | 22 | 1E | E | 162 | 34 | 48 |
| Octal | 334 | 221 | 231 | 0 | 42 | 36 | 16 | 542 | 64 | 110 |
| Binary | 11011100 | 10010001 | 10011001 | 0 | 100010 | 11110 | 1110 | 101100010 | 110100 | 1001000 |
Color Harmonies of #DC9199
Complementary color
Monochromatic Colors of #DC9199
Black with #DC9199
Text Example
Text Example
White with #DC9199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9199; }
p { color: rgb(220,145,153); }
H1.HeaderClassName
{
color: #DC9199;
}
.AnyTagClassName
{
color: #DC9199;
}
</style>
background-color css
<style>
a { background-color: #DC9199; }
a { background-color: rgb(220,145,153); }
div.DivClassName
{
background-color: #DC9199;
}
.BgClassName
{
background-color: #DC9199;
}
</style>
border-color css
<style>
span { border-color: #DC9199; }
span { border-color: rgb(220,145,153); }
td.TdClassName
{
border-color: #DC9199;
}
.TagClassName
{
border-color: #DC9199;
}
</style>