#DC899C

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

Shades of Can Can #DC899C

Tints of Can Can #DC899C

Color information

#DC899C (or 0xDC899C) is unknown color: approx Can Can. HEX triplet: DC, 89 and 9C. RGB value is (220,137,156). Sum of RGB (Red+Green+Blue) = 220+137+156=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC899C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC899C is #237663. Grayscale: #A3A3A3. Windows color (decimal): -2324068 or 10258908. OLE color: 10258908.

HSL color Cylindrical-coordinate representation of color #DC899C: hue angle of 346.27º degrees, saturation: 0.54, 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 #DC899C is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB220137156-
CMYK00.380.290.14
HSL346.27º54.25%70%-
HSV(B)346.27º37.73%86.27%-
XYZ44.4635.5135.96-
YUV163.98123.5167.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.88%
GREEN value IS 137 (53.91% from 255) = 26.71%
BLUE value IS 156 (61.33% from 255) = 30.41%
R=42.88%
G=26.71%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013715600.380.290.14346.2754.2570
HexDC899C0261DE15a3646
Octal334211234046351653266106
Binary11011100100010011001110001001101110111101010110101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC899C; }

 p { color: rgb(220,137,156); }

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

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

 a { background-color: rgb(220,137,156); }

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

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

 span { border-color: rgb(220,137,156); }

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