#D486A0

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

Shades of Can Can #D486A0

Tints of Can Can #D486A0

Color information

#D486A0 (or 0xD486A0) is unknown color: approx Can Can. HEX triplet: D4, 86 and A0. RGB value is (212,134,160). Sum of RGB (Red+Green+Blue) = 212+134+160=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D486A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D486A0 is #2B795F. Grayscale: #A0A0A0. Windows color (decimal): -2849120 or 10520276. OLE color: 10520276.

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

Color convert

RGB212134160-
CMYK00.370.250.17
HSL340º47.56%67.84%-
HSV(B)340º36.79%83.14%-
XYZ42.0233.5937.53-
YUV160.29127.84164.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.90%
GREEN value IS 134 (52.73% from 255) = 26.48%
BLUE value IS 160 (62.89% from 255) = 31.62%
R=41.90%
G=26.48%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213416000.370.250.1734047.5667.84
HexD486A002519111543044
Octal324206240045312152460104
Binary110101001000011010100000010010111001100011010101001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D486A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D486A0; }

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

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

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

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

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

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

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

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