#D67E9C

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

Shades of Can Can #D67E9C

Tints of Can Can #D67E9C

Color information

#D67E9C (or 0xD67E9C) is unknown color: approx Can Can. HEX triplet: D6, 7E and 9C. RGB value is (214,126,156). Sum of RGB (Red+Green+Blue) = 214+126+156=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67E9C is #298163. Grayscale: #9B9B9B. Windows color (decimal): -2720100 or 10256086. OLE color: 10256086.

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

Color convert

RGB214126156-
CMYK00.410.270.16
HSL339.55º51.76%66.67%-
HSV(B)339.55º41.12%83.92%-
XYZ41.1931.6235.38-
YUV155.73128.15169.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.15%
GREEN value IS 126 (49.61% from 255) = 25.40%
BLUE value IS 156 (61.33% from 255) = 31.45%
R=43.15%
G=25.40%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412615600.410.270.16339.5551.7666.67
HexD67E9C0291B101543443
Octal326176234051332052464103
Binary11010110111111010011100010100111011100001010101001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67E9C; }

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

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

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

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

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

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

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

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