Shades of Can Can #DC8F95
Tints of Can Can #DC8F95
RGB
CMYK
RGB Variations
Color information
#DC8F95 (or 0xDC8F95) is known color: Can Can. HEX triplet: DC, 8F and 95. RGB value is (220,143,149). Sum of RGB (Red+Green+Blue) = 220+143+149=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8F95 is #23706A. Grayscale: #A6A6A6. Windows color (decimal): -2322539 or 9801692. OLE color: 9801692.
HSL color Cylindrical-coordinate representation of color #DC8F95: hue angle of 355.32º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC8F95 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 149 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.14 |
| HSL | 355.32º | 0.52% | 0.71% | - |
| HSV(B) | 355.32º | 0.35% | 0.86% | - |
| XYZ | 44.76 | 37.03 | 33.22 | - |
| YUV | 166.71 | 118.01 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 149 | 0 | 0.35 | 0.32 | 0.14 | 355.32 | 0.52 | 0.71 |
| Hex | DC | 8F | 95 | 0 | 23 | 20 | E | 163 | 34 | 47 |
| Octal | 334 | 217 | 225 | 0 | 43 | 40 | 16 | 543 | 64 | 107 |
| Binary | 11011100 | 10001111 | 10010101 | 0 | 100011 | 100000 | 1110 | 101100011 | 110100 | 1000111 |
Color Harmonies of #DC8F95
Complementary color
Monochromatic Colors of #DC8F95
Black with #DC8F95
Text Example
Text Example
White with #DC8F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F95; }
p { color: rgb(220,143,149); }
H1.HeaderClassName
{
color: #DC8F95;
}
.AnyTagClassName
{
color: #DC8F95;
}
</style>
background-color css
<style>
a { background-color: #DC8F95; }
a { background-color: rgb(220,143,149); }
div.DivClassName
{
background-color: #DC8F95;
}
.BgClassName
{
background-color: #DC8F95;
}
</style>
border-color css
<style>
span { border-color: #DC8F95; }
span { border-color: rgb(220,143,149); }
td.TdClassName
{
border-color: #DC8F95;
}
.TagClassName
{
border-color: #DC8F95;
}
</style>