#DC8899

Color #DC8899 Can Can (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Can Can #DC8899

Tints of Can Can #DC8899

Color information

#DC8899 (or 0xDC8899) is unknown color: approx Can Can. HEX triplet: DC, 88 and 99. RGB value is (220,136,153). Sum of RGB (Red+Green+Blue) = 220+136+153=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8899 is #237766. Grayscale: #A3A3A3. Windows color (decimal): -2324327 or 10062044. OLE color: 10062044.

HSL color Cylindrical-coordinate representation of color #DC8899: hue angle of 347.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC8899 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB220136153-
CMYK00.380.300.14
HSL347.86º54.55%69.8%-
HSV(B)347.86º38.18%86.27%-
XYZ44.0735.1234.59-
YUV163.05122.33168.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 43.22%
GREEN value IS 136 (53.52% from 255) = 26.72%
BLUE value IS 153 (60.16% from 255) = 30.06%
R=43.22%
G=26.72%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013615300.380.300.14347.8654.5569.8
HexDC88990261EE15c3746
Octal334210231046361653467106
Binary11011100100010001001100101001101111011101010111001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8899; }

 p { color: rgb(220,136,153); }

 H1.HeaderClassName
 {
   color: #DC8899;
 }
 .AnyTagClassName
 {
   color: #DC8899;
 }
</style>
background-color css

<style>
 a { background-color: #DC8899; }

 a { background-color: rgb(220,136,153); }

 div.DivClassName
 {
   background-color: #DC8899;
 }
 .BgClassName
 {
   background-color: #DC8899;
 }
</style>
border-color css

<style>
 span { border-color: #DC8899; }

 span { border-color: rgb(220,136,153); }

 td.TdClassName
 {
   border-color: #DC8899;
 }
 .TagClassName
 {
   border-color: #DC8899;
 }
</style>