Shades of Can Can #DC8F99
Tints of Can Can #DC8F99
RGB
CMYK
RGB Variations
Color information
#DC8F99 (or 0xDC8F99) is known color: Can Can. HEX triplet: DC, 8F and 99. RGB value is (220,143,153). Sum of RGB (Red+Green+Blue) = 220+143+153=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8F99 is #237066. Grayscale: #A7A7A7. Windows color (decimal): -2322535 or 10063836. OLE color: 10063836.
HSL color Cylindrical-coordinate representation of color #DC8F99: hue angle of 352.21º 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 #DC8F99 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 153 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.14 |
| HSL | 352.21º | 0.52% | 0.71% | - |
| HSV(B) | 352.21º | 0.35% | 0.86% | - |
| XYZ | 45.09 | 37.16 | 34.93 | - |
| YUV | 167.16 | 120.01 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 153 | 0 | 0.35 | 0.30 | 0.14 | 352.21 | 0.52 | 0.71 |
| Hex | DC | 8F | 99 | 0 | 23 | 1E | E | 160 | 34 | 47 |
| Octal | 334 | 217 | 231 | 0 | 43 | 36 | 16 | 540 | 64 | 107 |
| Binary | 11011100 | 10001111 | 10011001 | 0 | 100011 | 11110 | 1110 | 101100000 | 110100 | 1000111 |
Color Harmonies of #DC8F99
Complementary color
Monochromatic Colors of #DC8F99
Black with #DC8F99
Text Example
Text Example
White with #DC8F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F99; }
p { color: rgb(220,143,153); }
H1.HeaderClassName
{
color: #DC8F99;
}
.AnyTagClassName
{
color: #DC8F99;
}
</style>
background-color css
<style>
a { background-color: #DC8F99; }
a { background-color: rgb(220,143,153); }
div.DivClassName
{
background-color: #DC8F99;
}
.BgClassName
{
background-color: #DC8F99;
}
</style>
border-color css
<style>
span { border-color: #DC8F99; }
span { border-color: rgb(220,143,153); }
td.TdClassName
{
border-color: #DC8F99;
}
.TagClassName
{
border-color: #DC8F99;
}
</style>