Shades of Can Can #DC9299
Tints of Can Can #DC9299
RGB
CMYK
RGB Variations
Color information
#DC9299 (or 0xDC9299) is known color: Can Can. HEX triplet: DC, 92 and 99. RGB value is (220,146,153). Sum of RGB (Red+Green+Blue) = 220+146+153=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9299 is #236D66. Grayscale: #A8A8A8. Windows color (decimal): -2321767 or 10064604. OLE color: 10064604.
HSL color Cylindrical-coordinate representation of color #DC9299: hue angle of 354.32º degrees, saturation: 0.51, 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 #DC9299 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 153 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.14 |
| HSL | 354.32º | 0.51% | 0.72% | - |
| HSV(B) | 354.32º | 0.34% | 0.86% | - |
| XYZ | 45.54 | 38.07 | 35.09 | - |
| YUV | 168.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 153 | 0 | 0.34 | 0.30 | 0.14 | 354.32 | 0.51 | 0.72 |
| Hex | DC | 92 | 99 | 0 | 22 | 1E | E | 162 | 33 | 48 |
| Octal | 334 | 222 | 231 | 0 | 42 | 36 | 16 | 542 | 63 | 110 |
| Binary | 11011100 | 10010010 | 10011001 | 0 | 100010 | 11110 | 1110 | 101100010 | 110011 | 1001000 |
Color Harmonies of #DC9299
Complementary color
Monochromatic Colors of #DC9299
Black with #DC9299
Text Example
Text Example
White with #DC9299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9299; }
p { color: rgb(220,146,153); }
H1.HeaderClassName
{
color: #DC9299;
}
.AnyTagClassName
{
color: #DC9299;
}
</style>
background-color css
<style>
a { background-color: #DC9299; }
a { background-color: rgb(220,146,153); }
div.DivClassName
{
background-color: #DC9299;
}
.BgClassName
{
background-color: #DC9299;
}
</style>
border-color css
<style>
span { border-color: #DC9299; }
span { border-color: rgb(220,146,153); }
td.TdClassName
{
border-color: #DC9299;
}
.TagClassName
{
border-color: #DC9299;
}
</style>