#D78C95

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

Shades of Can Can #D78C95

Tints of Can Can #D78C95

Color information

#D78C95 (or 0xD78C95) is unknown color: approx Can Can. HEX triplet: D7, 8C and 95. RGB value is (215,140,149). Sum of RGB (Red+Green+Blue) = 215+140+149=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78C95 is #28736A. Grayscale: #A3A3A3. Windows color (decimal): -2650987 or 9800919. OLE color: 9800919.

HSL color Cylindrical-coordinate representation of color #D78C95: hue angle of 352.8º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D78C95 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB215140149-
CMYK00.350.310.16
HSL352.8º48.39%69.61%-
HSV(B)352.8º34.88%84.31%-
XYZ42.8335.3733-
YUV163.45119.85164.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.66%
GREEN value IS 140 (55.08% from 255) = 27.78%
BLUE value IS 149 (58.59% from 255) = 29.56%
R=42.66%
G=27.78%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514014900.350.310.16352.848.3969.61
HexD78C950231F101613046
Octal327214225043372054160106
Binary110101111000110010010101010001111111100001011000011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78C95; }

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

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

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

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

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

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

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

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