#D5859C

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

Shades of Can Can #D5859C

Tints of Can Can #D5859C

Color information

#D5859C (or 0xD5859C) is unknown color: approx Can Can. HEX triplet: D5, 85 and 9C. RGB value is (213,133,156). Sum of RGB (Red+Green+Blue) = 213+133+156=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D5859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5859C is #2A7A63. Grayscale: #9F9F9F. Windows color (decimal): -2783844 or 10257877. OLE color: 10257877.

HSL color Cylindrical-coordinate representation of color #D5859C: hue angle of 342.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5859C is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB213133156-
CMYK00.380.270.16
HSL342.75º48.78%67.84%-
HSV(B)342.75º37.56%83.53%-
XYZ41.8333.3235.68-
YUV159.54126166.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.43%
GREEN value IS 133 (52.34% from 255) = 26.49%
BLUE value IS 156 (61.33% from 255) = 31.08%
R=42.43%
G=26.49%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313315600.380.270.16342.7548.7867.84
HexD5859C0261B101573144
Octal325205234046332052761104
Binary110101011000010110011100010011011011100001010101111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5859C; }

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

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

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

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

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

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

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

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