Shades of Can Can #DC8C95
Tints of Can Can #DC8C95
RGB
CMYK
RGB Variations
Color information
#DC8C95 (or 0xDC8C95) is known color: Can Can. HEX triplet: DC, 8C and 95. RGB value is (220,140,149). Sum of RGB (Red+Green+Blue) = 220+140+149=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8C95 is #23736A. Grayscale: #A4A4A4. Windows color (decimal): -2323307 or 9800924. OLE color: 9800924.
HSL color Cylindrical-coordinate representation of color #DC8C95: hue angle of 353.25º 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 #DC8C95 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 149 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.14 |
| HSL | 353.25º | 0.53% | 0.71% | - |
| HSV(B) | 353.25º | 0.36% | 0.86% | - |
| XYZ | 44.32 | 36.14 | 33.07 | - |
| YUV | 164.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 149 | 0 | 0.36 | 0.32 | 0.14 | 353.25 | 0.53 | 0.71 |
| Hex | DC | 8C | 95 | 0 | 24 | 20 | E | 161 | 35 | 47 |
| Octal | 334 | 214 | 225 | 0 | 44 | 40 | 16 | 541 | 65 | 107 |
| Binary | 11011100 | 10001100 | 10010101 | 0 | 100100 | 100000 | 1110 | 101100001 | 110101 | 1000111 |
Color Harmonies of #DC8C95
Complementary color
Monochromatic Colors of #DC8C95
Black with #DC8C95
Text Example
Text Example
White with #DC8C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C95; }
p { color: rgb(220,140,149); }
H1.HeaderClassName
{
color: #DC8C95;
}
.AnyTagClassName
{
color: #DC8C95;
}
</style>
background-color css
<style>
a { background-color: #DC8C95; }
a { background-color: rgb(220,140,149); }
div.DivClassName
{
background-color: #DC8C95;
}
.BgClassName
{
background-color: #DC8C95;
}
</style>
border-color css
<style>
span { border-color: #DC8C95; }
span { border-color: rgb(220,140,149); }
td.TdClassName
{
border-color: #DC8C95;
}
.TagClassName
{
border-color: #DC8C95;
}
</style>