Shades of Can Can #DC8F9C
Tints of Can Can #DC8F9C
RGB
CMYK
RGB Variations
Color information
#DC8F9C (or 0xDC8F9C) is known color: Can Can. HEX triplet: DC, 8F and 9C. RGB value is (220,143,156). Sum of RGB (Red+Green+Blue) = 220+143+156=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8F9C is #237063. Grayscale: #A7A7A7. Windows color (decimal): -2322532 or 10260444. OLE color: 10260444.
HSL color Cylindrical-coordinate representation of color #DC8F9C: hue angle of 349.87º 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 #DC8F9C is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 143 | 156 | - |
CMYK | 0 | 0.35 | 0.29 | 0.14 |
HSL | 349.87º | 0.52% | 0.71% | - |
HSV(B) | 349.87º | 0.35% | 0.86% | - |
XYZ | 45.34 | 37.26 | 36.25 | - |
YUV | 167.51 | 121.51 | 165.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 143 | 156 | 0 | 0.35 | 0.29 | 0.14 | 349.87 | 0.52 | 0.71 |
Hex | DC | 8F | 9C | 0 | 23 | 1D | E | 15E | 34 | 47 |
Octal | 334 | 217 | 234 | 0 | 43 | 35 | 16 | 536 | 64 | 107 |
Binary | 11011100 | 10001111 | 10011100 | 0 | 100011 | 11101 | 1110 | 101011110 | 110100 | 1000111 |
Color Harmonies of #DC8F9C
Complementary color
Monochromatic Colors of #DC8F9C
Black with #DC8F9C
Text Example
Text Example
White with #DC8F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F9C; }
p { color: rgb(220,143,156); }
H1.HeaderClassName
{
color: #DC8F9C;
}
.AnyTagClassName
{
color: #DC8F9C;
}
</style>
background-color css
<style>
a { background-color: #DC8F9C; }
a { background-color: rgb(220,143,156); }
div.DivClassName
{
background-color: #DC8F9C;
}
.BgClassName
{
background-color: #DC8F9C;
}
</style>
border-color css
<style>
span { border-color: #DC8F9C; }
span { border-color: rgb(220,143,156); }
td.TdClassName
{
border-color: #DC8F9C;
}
.TagClassName
{
border-color: #DC8F9C;
}
</style>