#D78CA4

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

Shades of Can Can #D78CA4

Tints of Can Can #D78CA4

Color information

#D78CA4 (or 0xD78CA4) is unknown color: approx Can Can. HEX triplet: D7, 8C and A4. RGB value is (215,140,164). Sum of RGB (Red+Green+Blue) = 215+140+164=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 164 (64.45% from 255 or 31.60% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D78CA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78CA4 is #28735B. Grayscale: #A5A5A5. Windows color (decimal): -2650972 or 10783959. OLE color: 10783959.

HSL color Cylindrical-coordinate representation of color #D78CA4: hue angle of 340.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 #D78CA4 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB215140164-
CMYK00.350.240.16
HSL340.8º48.39%69.61%-
HSV(B)340.8º34.88%84.31%-
XYZ44.135.8839.72-
YUV165.16127.35163.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.43%
GREEN value IS 140 (55.08% from 255) = 26.97%
BLUE value IS 164 (64.45% from 255) = 31.60%
R=41.43%
G=26.97%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514016400.350.240.16340.848.3969.61
HexD78CA402318101553046
Octal327214244043302052560106
Binary110101111000110010100100010001111000100001010101011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78CA4; }

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

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

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

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

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

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

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

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