#D893A0

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

Shades of Can Can #D893A0

Tints of Can Can #D893A0

Color information

#D893A0 (or 0xD893A0) is unknown color: approx Can Can. HEX triplet: D8, 93 and A0. RGB value is (216,147,160). Sum of RGB (Red+Green+Blue) = 216+147+160=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D893A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D893A0 is #276C5F. Grayscale: #A9A9A9. Windows color (decimal): -2583648 or 10523608. OLE color: 10523608.

HSL color Cylindrical-coordinate representation of color #D893A0: hue angle of 348.7º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D893A0 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB216147160-
CMYK00.320.260.15
HSL348.7º46.94%71.18%-
HSV(B)348.7º31.94%84.71%-
XYZ45.13838.22-
YUV169.11122.86161.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.30%
GREEN value IS 147 (57.81% from 255) = 28.11%
BLUE value IS 160 (62.89% from 255) = 30.59%
R=41.30%
G=28.11%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614716000.320.260.15348.746.9471.18
HexD893A00201AF15d2f47
Octal330223240040321753557107
Binary11011000100100111010000001000001101011111010111011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D893A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D893A0; }

 p { color: rgb(216,147,160); }

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

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

 a { background-color: rgb(216,147,160); }

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

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

 span { border-color: rgb(216,147,160); }

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