#DC859C

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

Shades of Can Can #DC859C

Tints of Can Can #DC859C

Color information

#DC859C (or 0xDC859C) is unknown color: approx Can Can. HEX triplet: DC, 85 and 9C. RGB value is (220,133,156). Sum of RGB (Red+Green+Blue) = 220+133+156=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC859C is #237A63. Grayscale: #A1A1A1. Windows color (decimal): -2325092 or 10257884. OLE color: 10257884.

HSL color Cylindrical-coordinate representation of color #DC859C: hue angle of 344.14º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC859C is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB220133156-
CMYK00.400.290.14
HSL344.14º55.41%69.22%-
HSV(B)344.14º39.55%86.27%-
XYZ43.934.3935.78-
YUV161.64124.82169.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.22%
GREEN value IS 133 (52.34% from 255) = 26.13%
BLUE value IS 156 (61.33% from 255) = 30.65%
R=43.22%
G=26.13%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013315600.400.290.14344.1455.4169.22
HexDC859C0281DE1583745
Octal334205234050351653067105
Binary11011100100001011001110001010001110111101010110001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC859C; }

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

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

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

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

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

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

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

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