#DC80A0

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

Shades of Can Can #DC80A0

Tints of Can Can #DC80A0

Color information

#DC80A0 (or 0xDC80A0) is unknown color: approx Can Can. HEX triplet: DC, 80 and A0. RGB value is (220,128,160). Sum of RGB (Red+Green+Blue) = 220+128+160=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC80A0 is #237F5F. Grayscale: #9F9F9F. Windows color (decimal): -2326368 or 10518748. OLE color: 10518748.

HSL color Cylindrical-coordinate representation of color #DC80A0: hue angle of 339.13º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC80A0 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB220128160-
CMYK00.420.270.14
HSL339.13º56.79%68.24%-
HSV(B)339.13º41.82%86.27%-
XYZ43.5833.1937.37-
YUV159.16128.48171.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.31%
GREEN value IS 128 (50.39% from 255) = 25.20%
BLUE value IS 160 (62.89% from 255) = 31.50%
R=43.31%
G=25.20%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012816000.420.270.14339.1356.7968.24
HexDC80A002A1BE1533944
Octal334200240052331652371104
Binary11011100100000001010000001010101101111101010100111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC80A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC80A0; }

 p { color: rgb(220,128,160); }

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

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

 a { background-color: rgb(220,128,160); }

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

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

 span { border-color: rgb(220,128,160); }

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