#D78896

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

Shades of Can Can #D78896

Tints of Can Can #D78896

Color information

#D78896 (or 0xD78896) is unknown color: approx Can Can. HEX triplet: D7, 88 and 96. RGB value is (215,136,150). Sum of RGB (Red+Green+Blue) = 215+136+150=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D78896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78896 is #287769. Grayscale: #A1A1A1. Windows color (decimal): -2652010 or 9865431. OLE color: 9865431.

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

Color convert

RGB215136150-
CMYK00.370.300.16
HSL349.37º49.69%68.82%-
HSV(B)349.37º36.74%84.31%-
XYZ42.3334.2633.24-
YUV161.22121.67166.36-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.91%
GREEN value IS 136 (53.52% from 255) = 27.15%
BLUE value IS 150 (58.98% from 255) = 29.94%
R=42.91%
G=27.15%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513615000.370.300.16349.3749.6968.82
HexD788960251E1015d3245
Octal327210226045362053562105
Binary110101111000100010010110010010111110100001010111011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78896; }

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

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

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

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

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

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

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

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