#D493A0

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

Shades of Can Can #D493A0

Tints of Can Can #D493A0

Color information

#D493A0 (or 0xD493A0) is unknown color: approx Can Can. HEX triplet: D4, 93 and A0. RGB value is (212,147,160). Sum of RGB (Red+Green+Blue) = 212+147+160=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D493A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D493A0 is #2B6C5F. Grayscale: #A7A7A7. Windows color (decimal): -2845792 or 10523604. OLE color: 10523604.

HSL color Cylindrical-coordinate representation of color #D493A0: hue angle of 348º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D493A0 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB212147160-
CMYK00.310.250.17
HSL348º43.05%70.39%-
HSV(B)348º30.66%83.14%-
XYZ43.9337.438.16-
YUV167.92123.53159.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.85%
GREEN value IS 147 (57.81% from 255) = 28.32%
BLUE value IS 160 (62.89% from 255) = 30.83%
R=40.85%
G=28.32%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214716000.310.250.1734843.0570.39
HexD493A001F191115c2b46
Octal324223240037312153453106
Binary11010100100100111010000001111111001100011010111001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D493A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D493A0; }

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

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

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

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

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

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

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

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