#D785A5

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

Shades of Can Can #D785A5

Tints of Can Can #D785A5

Color information

#D785A5 (or 0xD785A5) is unknown color: approx Can Can. HEX triplet: D7, 85 and A5. RGB value is (215,133,165). Sum of RGB (Red+Green+Blue) = 215+133+165=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D785A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D785A5 is #287A5A. Grayscale: #A1A1A1. Windows color (decimal): -2652763 or 10847703. OLE color: 10847703.

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

Color convert

RGB215133165-
CMYK00.380.230.16
HSL336.59º50.62%68.24%-
HSV(B)336.59º38.14%84.31%-
XYZ43.233.9439.87-
YUV161.17130.17166.4-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.91%
GREEN value IS 133 (52.34% from 255) = 25.93%
BLUE value IS 165 (64.84% from 255) = 32.16%
R=41.91%
G=25.93%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513316500.380.230.16336.5950.6268.24
HexD785A502617101513344
Octal327205245046272052163104
Binary110101111000010110100101010011010111100001010100011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D785A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D785A5; }

 p { color: rgb(215,133,165); }

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

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

 a { background-color: rgb(215,133,165); }

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

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

 span { border-color: rgb(215,133,165); }

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