#D78496

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

Shades of Can Can #D78496

Tints of Can Can #D78496

Color information

#D78496 (or 0xD78496) is unknown color: approx Can Can. HEX triplet: D7, 84 and 96. RGB value is (215,132,150). Sum of RGB (Red+Green+Blue) = 215+132+150=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D78496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78496 is #287B69. Grayscale: #9E9E9E. Windows color (decimal): -2653034 or 9864407. OLE color: 9864407.

HSL color Cylindrical-coordinate representation of color #D78496: hue angle of 346.99º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D78496 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB215132150-
CMYK00.390.300.16
HSL346.99º50.92%68.04%-
HSV(B)346.99º38.6%84.31%-
XYZ41.7833.1533.05-
YUV158.87123168.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.26%
GREEN value IS 132 (51.95% from 255) = 26.56%
BLUE value IS 150 (58.98% from 255) = 30.18%
R=43.26%
G=26.56%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513215000.390.300.16346.9950.9268.04
HexD784960271E1015b3344
Octal327204226047362053363104
Binary110101111000010010010110010011111110100001010110111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78496; }

 p { color: rgb(215,132,150); }

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

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

 a { background-color: rgb(215,132,150); }

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

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

 span { border-color: rgb(215,132,150); }

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