#D5849C

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

Shades of Can Can #D5849C

Tints of Can Can #D5849C

Color information

#D5849C (or 0xD5849C) is unknown color: approx Can Can. HEX triplet: D5, 84 and 9C. RGB value is (213,132,156). Sum of RGB (Red+Green+Blue) = 213+132+156=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5849C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5849C is #2A7B63. Grayscale: #9E9E9E. Windows color (decimal): -2784100 or 10257621. OLE color: 10257621.

HSL color Cylindrical-coordinate representation of color #D5849C: hue angle of 342.22º 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 #D5849C is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB213132156-
CMYK00.380.270.16
HSL342.22º49.09%67.65%-
HSV(B)342.22º38.03%83.53%-
XYZ41.6933.0535.63-
YUV158.95126.34166.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 132 (51.95% from 255) = 26.35%
BLUE value IS 156 (61.33% from 255) = 31.14%
R=42.51%
G=26.35%
B=31.14%

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
Decimal21313215600.380.270.16342.2249.0967.65
HexD5849C0261B101563144
Octal325204234046332052661104
Binary110101011000010010011100010011011011100001010101101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5849C; }

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

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

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

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

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

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

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

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