#d6909c

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

Shades of Can Can #D6909C

Tints of Can Can #D6909C

Color information

#D6909C (or 0xD6909C) is unknown color: approx Can Can. HEX triplet: D6, 90 and 9C. RGB value is (214,144,156). Sum of RGB (Red+Green+Blue) = 214+144+156=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D6909C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6909C is #296F63. Grayscale: #A6A6A6. Windows color (decimal): -2715492 or 10260694. OLE color: 10260694.

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

Color convert

RGB214144156-
CMYK00.330.270.16
HSL349.71º46.05%70.2%-
HSV(B)349.71º32.71%83.92%-
XYZ43.7136.6436.22-
YUV166.3122.19162.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.63%
GREEN value IS 144 (56.64% from 255) = 28.02%
BLUE value IS 156 (61.33% from 255) = 30.35%
R=41.63%
G=28.02%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414415600.330.270.16349.7146.0570.2
HexD6909C0211B1015e2e46
Octal326220234041332053656106
Binary110101101001000010011100010000111011100001010111101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6909c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6909c; }

 p { color: rgb(214,144,156); }

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

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

 a { background-color: rgb(214,144,156); }

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

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

 span { border-color: rgb(214,144,156); }

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