Shades of Can Can #DC9198
Tints of Can Can #DC9198
RGB
CMYK
RGB Variations
Color information
#DC9198 (or 0xDC9198) is known color: Can Can. HEX triplet: DC, 91 and 98. RGB value is (220,145,152). Sum of RGB (Red+Green+Blue) = 220+145+152=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9198 is #236E67. Grayscale: #A8A8A8. Windows color (decimal): -2322024 or 9998812. OLE color: 9998812.
HSL color Cylindrical-coordinate representation of color #DC9198: hue angle of 354.4º 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 #DC9198 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 152 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.14 |
| HSL | 354.4º | 0.52% | 0.72% | - |
| HSV(B) | 354.4º | 0.34% | 0.86% | - |
| XYZ | 45.31 | 37.73 | 34.6 | - |
| YUV | 168.22 | 118.85 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 152 | 0 | 0.34 | 0.31 | 0.14 | 354.4 | 0.52 | 0.72 |
| Hex | DC | 91 | 98 | 0 | 22 | 1F | E | 162 | 34 | 48 |
| Octal | 334 | 221 | 230 | 0 | 42 | 37 | 16 | 542 | 64 | 110 |
| Binary | 11011100 | 10010001 | 10011000 | 0 | 100010 | 11111 | 1110 | 101100010 | 110100 | 1001000 |
Color Harmonies of #DC9198
Complementary color
Monochromatic Colors of #DC9198
Black with #DC9198
Text Example
Text Example
White with #DC9198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9198; }
p { color: rgb(220,145,152); }
H1.HeaderClassName
{
color: #DC9198;
}
.AnyTagClassName
{
color: #DC9198;
}
</style>
background-color css
<style>
a { background-color: #DC9198; }
a { background-color: rgb(220,145,152); }
div.DivClassName
{
background-color: #DC9198;
}
.BgClassName
{
background-color: #DC9198;
}
</style>
border-color css
<style>
span { border-color: #DC9198; }
span { border-color: rgb(220,145,152); }
td.TdClassName
{
border-color: #DC9198;
}
.TagClassName
{
border-color: #DC9198;
}
</style>