Shades of Can Can #DC8F93
Tints of Can Can #DC8F93
RGB
CMYK
RGB Variations
Color information
#DC8F93 (or 0xDC8F93) is known color: Can Can. HEX triplet: DC, 8F and 93. RGB value is (220,143,147). Sum of RGB (Red+Green+Blue) = 220+143+147=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 147 (57.81% from 255 or 28.82% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8F93 is #23706C. Grayscale: #A6A6A6. Windows color (decimal): -2322541 or 9670620. OLE color: 9670620.
HSL color Cylindrical-coordinate representation of color #DC8F93: hue angle of 356.88º 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 #DC8F93 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 147 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.14 |
| HSL | 356.88º | 0.52% | 0.71% | - |
| HSV(B) | 356.88º | 0.35% | 0.86% | - |
| XYZ | 44.6 | 36.97 | 32.39 | - |
| YUV | 166.48 | 117.01 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 147 | 0 | 0.35 | 0.33 | 0.14 | 356.88 | 0.52 | 0.71 |
| Hex | DC | 8F | 93 | 0 | 23 | 21 | E | 165 | 34 | 47 |
| Octal | 334 | 217 | 223 | 0 | 43 | 41 | 16 | 545 | 64 | 107 |
| Binary | 11011100 | 10001111 | 10010011 | 0 | 100011 | 100001 | 1110 | 101100101 | 110100 | 1000111 |
Color Harmonies of #DC8F93
Complementary color
Monochromatic Colors of #DC8F93
Black with #DC8F93
Text Example
Text Example
White with #DC8F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F93; }
p { color: rgb(220,143,147); }
H1.HeaderClassName
{
color: #DC8F93;
}
.AnyTagClassName
{
color: #DC8F93;
}
</style>
background-color css
<style>
a { background-color: #DC8F93; }
a { background-color: rgb(220,143,147); }
div.DivClassName
{
background-color: #DC8F93;
}
.BgClassName
{
background-color: #DC8F93;
}
</style>
border-color css
<style>
span { border-color: #DC8F93; }
span { border-color: rgb(220,143,147); }
td.TdClassName
{
border-color: #DC8F93;
}
.TagClassName
{
border-color: #DC8F93;
}
</style>