#D9949C

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

Shades of Can Can #D9949C

Tints of Can Can #D9949C

Color information

#D9949C (or 0xD9949C) is unknown color: approx Can Can. HEX triplet: D9, 94 and 9C. RGB value is (217,148,156). Sum of RGB (Red+Green+Blue) = 217+148+156=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D9949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9949C is #266B63. Grayscale: #A9A9A9. Windows color (decimal): -2517860 or 10261721. OLE color: 10261721.

HSL color Cylindrical-coordinate representation of color #D9949C: hue angle of 353.04º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9949C is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB217148156-
CMYK00.320.280.15
HSL353.04º47.59%71.57%-
HSV(B)353.04º31.8%85.1%-
XYZ45.2138.3336.47-
YUV169.54120.36161.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.65%
GREEN value IS 148 (58.20% from 255) = 28.41%
BLUE value IS 156 (61.33% from 255) = 29.94%
R=41.65%
G=28.41%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714815600.320.280.15353.0447.5971.57
HexD9949C0201CF1613048
Octal331224234040341754160110
Binary11011001100101001001110001000001110011111011000011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9949C; }

 p { color: rgb(217,148,156); }

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

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

 a { background-color: rgb(217,148,156); }

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

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

 span { border-color: rgb(217,148,156); }

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