#D67E96

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

Shades of Can Can #D67E96

Tints of Can Can #D67E96

Color information

#D67E96 (or 0xD67E96) is unknown color: approx Can Can. HEX triplet: D6, 7E and 96. RGB value is (214,126,150). Sum of RGB (Red+Green+Blue) = 214+126+150=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67E96 is #298169. Grayscale: #9B9B9B. Windows color (decimal): -2720106 or 9862870. OLE color: 9862870.

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

Color convert

RGB214126150-
CMYK00.410.300.16
HSL343.64º51.76%66.67%-
HSV(B)343.64º41.12%83.92%-
XYZ40.731.4232.77-
YUV155.05125.15170.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.67%
GREEN value IS 126 (49.61% from 255) = 25.71%
BLUE value IS 150 (58.98% from 255) = 30.61%
R=43.67%
G=25.71%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412615000.410.300.16343.6451.7666.67
HexD67E960291E101583443
Octal326176226051362053064103
Binary11010110111111010010110010100111110100001010110001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67E96; }

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

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

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

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

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

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

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

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