#D4849A

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

Shades of Can Can #D4849A

Tints of Can Can #D4849A

Color information

#D4849A (or 0xD4849A) is unknown color: approx Can Can. HEX triplet: D4, 84 and 9A. RGB value is (212,132,154). Sum of RGB (Red+Green+Blue) = 212+132+154=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D4849A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4849A is #2B7B65. Grayscale: #9E9E9E. Windows color (decimal): -2849638 or 10126548. OLE color: 10126548.

HSL color Cylindrical-coordinate representation of color #D4849A: hue angle of 343.5º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D4849A is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB212132154-
CMYK00.380.270.17
HSL343.5º48.19%67.45%-
HSV(B)343.5º37.74%83.14%-
XYZ41.2432.8334.74-
YUV158.43125.5166.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.57%
GREEN value IS 132 (51.95% from 255) = 26.51%
BLUE value IS 154 (60.55% from 255) = 30.92%
R=42.57%
G=26.51%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213215400.380.270.17343.548.1967.45
HexD4849A0261B111583043
Octal324204232046332153060103
Binary110101001000010010011010010011011011100011010110001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4849A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4849A; }

 p { color: rgb(212,132,154); }

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

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

 a { background-color: rgb(212,132,154); }

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

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

 span { border-color: rgb(212,132,154); }

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