#D78495

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

Shades of Can Can #D78495

Tints of Can Can #D78495

Color information

#D78495 (or 0xD78495) is unknown color: approx Can Can. HEX triplet: D7, 84 and 95. RGB value is (215,132,149). Sum of RGB (Red+Green+Blue) = 215+132+149=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D78495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78495 is #287B6A. Grayscale: #9E9E9E. Windows color (decimal): -2653035 or 9798871. OLE color: 9798871.

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

Color convert

RGB215132149-
CMYK00.390.310.16
HSL347.71º50.92%68.04%-
HSV(B)347.71º38.6%84.31%-
XYZ41.733.1232.63-
YUV158.76122.5168.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.35%
GREEN value IS 132 (51.95% from 255) = 26.61%
BLUE value IS 149 (58.59% from 255) = 30.04%
R=43.35%
G=26.61%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513214900.390.310.16347.7150.9268.04
HexD784950271F1015c3344
Octal327204225047372053463104
Binary110101111000010010010101010011111111100001010111001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78495; }

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

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

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

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

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

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

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

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