Shades of Can Can #DC8C98
Tints of Can Can #DC8C98
RGB
CMYK
RGB Variations
Color information
#DC8C98 (or 0xDC8C98) is known color: Can Can. HEX triplet: DC, 8C and 98. RGB value is (220,140,152). Sum of RGB (Red+Green+Blue) = 220+140+152=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8C98 is #237367. Grayscale: #A5A5A5. Windows color (decimal): -2323304 or 9997532. OLE color: 9997532.
HSL color Cylindrical-coordinate representation of color #DC8C98: hue angle of 351º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC8C98 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 152 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.14 |
| HSL | 351º | 0.53% | 0.71% | - |
| HSV(B) | 351º | 0.36% | 0.86% | - |
| XYZ | 44.56 | 36.24 | 34.35 | - |
| YUV | 165.29 | 120.5 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 152 | 0 | 0.36 | 0.31 | 0.14 | 351 | 0.53 | 0.71 |
| Hex | DC | 8C | 98 | 0 | 24 | 1F | E | 15F | 35 | 47 |
| Octal | 334 | 214 | 230 | 0 | 44 | 37 | 16 | 537 | 65 | 107 |
| Binary | 11011100 | 10001100 | 10011000 | 0 | 100100 | 11111 | 1110 | 101011111 | 110101 | 1000111 |
Color Harmonies of #DC8C98
Complementary color
Monochromatic Colors of #DC8C98
Black with #DC8C98
Text Example
Text Example
White with #DC8C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C98; }
p { color: rgb(220,140,152); }
H1.HeaderClassName
{
color: #DC8C98;
}
.AnyTagClassName
{
color: #DC8C98;
}
</style>
background-color css
<style>
a { background-color: #DC8C98; }
a { background-color: rgb(220,140,152); }
div.DivClassName
{
background-color: #DC8C98;
}
.BgClassName
{
background-color: #DC8C98;
}
</style>
border-color css
<style>
span { border-color: #DC8C98; }
span { border-color: rgb(220,140,152); }
td.TdClassName
{
border-color: #DC8C98;
}
.TagClassName
{
border-color: #DC8C98;
}
</style>